attempt to fix jshint task for travis build
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -3,7 +3,7 @@ branches: | ... | @@ -3,7 +3,7 @@ branches: |
3 | - "master" | 3 | - "master" |
4 | - "1.0" | 4 | - "1.0" |
5 | before_script: | 5 | before_script: |
6 | - "npm install -g jshint" | 6 | - "npm install -g jshint@0.9.1" |
7 | - "phantomjs --version" | 7 | - "phantomjs --version" |
8 | - "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'" | 8 | - "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'" |
9 | script: | 9 | script: | ... | ... |
-
Please register or sign in to post a comment