Skip to content

Commit 425d412

Browse files
committed
Removed JS test as we do not have any
1 parent 91ddb49 commit 425d412

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ before_script:
1111
- composer install --no-interaction
1212
- pear install pear/PHP_CodeSniffer
1313
- phpenv rehash
14-
- nvm install 7.7.1
15-
- npm install npm@latest -g
16-
- npm install -g jshint
17-
- npm install
1814

1915
script:
2016
- vendor/bin/phpunit --coverage-text
21-
- phpcs --ignore=app/Http/Controllers/Auth,app/Http/Controllers/Controller.php app/Http/Controllers
22-
- npm run production
23-
- jshint resources/assets/js/modules/*
17+
- phpcs --ignore=app/Http/Controllers/Auth,app/Http/Controllers/Controller.php app/Http/Controllers

0 commit comments

Comments
 (0)