fixed PHANTOMJS_EXECUTABLE in travis config
Showing
1 changed file
with
4 additions
and
3 deletions
... | @@ -13,15 +13,16 @@ before_install: | ... | @@ -13,15 +13,16 @@ before_install: |
13 | 13 | ||
14 | before_script: | 14 | before_script: |
15 | - "npm install -g jshint@1.1.0" | 15 | - "npm install -g jshint@1.1.0" |
16 | - "phantomjs --version" | 16 | - /usr/local/bin/phantomjs182 --version |
17 | - /usr/local/bin/phantomjs190 --version | ||
17 | 18 | ||
18 | script: | 19 | script: |
19 | - make test | 20 | - make test |
20 | 21 | ||
21 | env: | 22 | env: |
22 | matrix: | 23 | matrix: |
23 | - PHANTOMJS_EXECUTABLE="phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" | 24 | - PHANTOMJS_EXECUTABLE="/usr/local/bin/phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" |
24 | - PHANTOMJS_EXECUTABLE="phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" | 25 | - PHANTOMJS_EXECUTABLE="/usr/local/bin/phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" |
25 | 26 | ||
26 | notifications: | 27 | notifications: |
27 | irc: | 28 | irc: | ... | ... |
-
Please register or sign in to post a comment