fixed path
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -8,12 +8,12 @@ before_install: | ... | @@ -8,12 +8,12 @@ before_install: |
8 | - wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-i686.tar.bz2 | 8 | - wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-i686.tar.bz2 |
9 | - tar -xvf phantomjs-1.8.2-linux-i686.tar.bz2 | 9 | - tar -xvf phantomjs-1.8.2-linux-i686.tar.bz2 |
10 | - sudo mv phantomjs-1.8.2-linux-i686/bin/phantomjs bin/phantomjs182 | 10 | - sudo mv phantomjs-1.8.2-linux-i686/bin/phantomjs bin/phantomjs182 |
11 | - ~/phantomjs182 --version | 11 | - bin/phantomjs182 --version |
12 | - echo "installing PhantomJS 1.9.0" | 12 | - echo "installing PhantomJS 1.9.0" |
13 | - wget http://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-i686.tar.bz2 | 13 | - wget http://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-i686.tar.bz2 |
14 | - tar -xvf phantomjs-1.9.0-linux-i686.tar.bz2 | 14 | - tar -xvf phantomjs-1.9.0-linux-i686.tar.bz2 |
15 | - sudo mv phantomjs-1.9.0-linux-i686/bin/phantomjs bin/phantomjs190 | 15 | - sudo mv phantomjs-1.9.0-linux-i686/bin/phantomjs bin/phantomjs190 |
16 | - ~/phantomjs190 --version | 16 | - bin/phantomjs190 --version |
17 | 17 | ||
18 | before_script: | 18 | before_script: |
19 | - "npm install -g jshint@1.1.0" | 19 | - "npm install -g jshint@1.1.0" | ... | ... |
-
Please register or sign in to post a comment