fixed phantomjs executable path in travis config
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -6,10 +6,10 @@ branches: | ... | @@ -6,10 +6,10 @@ branches: |
6 | before_install: | 6 | before_install: |
7 | - wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-i686.tar.bz2 | 7 | - wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-i686.tar.bz2 |
8 | - tar -xf phantomjs-1.8.2-linux-i686.tar.bz2 | 8 | - tar -xf phantomjs-1.8.2-linux-i686.tar.bz2 |
9 | - sudo mv phantomjs-1.8.2-linux-i686 /usr/local/phantomjs182 | 9 | - sudo mv phantomjs-1.8.2-linux-i686 /usr/local/bin/phantomjs182 |
10 | - wget http://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-i686.tar.bz2 | 10 | - wget http://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-i686.tar.bz2 |
11 | - tar -xf phantomjs-1.9.0-linux-i686.tar.bz2 | 11 | - tar -xf phantomjs-1.9.0-linux-i686.tar.bz2 |
12 | - sudo mv phantomjs-1.9.0-linux-i686 /usr/local/phantomjs190 | 12 | - sudo mv phantomjs-1.9.0-linux-i686 /usr/local/bin/phantomjs190 |
13 | 13 | ||
14 | before_script: | 14 | before_script: |
15 | - "npm install -g jshint@1.1.0" | 15 | - "npm install -g jshint@1.1.0" | ... | ... |
-
Please register or sign in to post a comment