Skip to content

Commit

Permalink
Use ESLint 3.0.0 (3.0.1 fails on Travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo authored Jul 6, 2016
1 parent 371bb0f commit cf8f540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:
## Travis configuration
- cp app/config/config.ini-travis app/config/config.ini
## Install ESLint
- npm install -g eslint
- npm install -g eslint@3.0.0
script:
- vendor/atoum/atoum/bin/atoum -d tests/units/ --use-light-report
- php tests/functional/api.php
Expand Down

0 comments on commit cf8f540

Please sign in to comment.