Skip to content

Commit

Permalink
remove repeated jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
interduo authored Nov 20, 2023
1 parent 3573fd1 commit a47416f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,14 @@ services:

install:
- composer install
- npm install -g jshint

before_script:
- psql -c 'create database lms;' -U postgres
- psql -U postgres -f doc/lms.pgsql
- mysql -e 'CREATE DATABASE lms;'
- mysql lms < doc/lms.mysql
- devel/test-last-commited-files.sh
- npm install -g jshint
- jshint .
#- ./vendor/bin/phpunit

script: true
Expand Down

0 comments on commit a47416f

Please sign in to comment.