We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371bb0f commit cf8f540Copy full SHA for cf8f540
.travis.yml
@@ -12,7 +12,7 @@ before_script:
12
## Travis configuration
13
- cp app/config/config.ini-travis app/config/config.ini
14
## Install ESLint
15
- - npm install -g eslint
+ - npm install -g eslint@3.0.0
16
script:
17
- vendor/atoum/atoum/bin/atoum -d tests/units/ --use-light-report
18
- php tests/functional/api.php
0 commit comments