Skip to content

Commit cf8f540

Browse files
authored
Use ESLint 3.0.0 (3.0.1 fails on Travis)
1 parent 371bb0f commit cf8f540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_script:
1212
## Travis configuration
1313
- cp app/config/config.ini-travis app/config/config.ini
1414
## Install ESLint
15-
- npm install -g eslint
15+
- npm install -g eslint@3.0.0
1616
script:
1717
- vendor/atoum/atoum/bin/atoum -d tests/units/ --use-light-report
1818
- php tests/functional/api.php

0 commit comments

Comments
 (0)