Skip to content

Commit

Permalink
Commented out install script lines to look at original errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rladines committed Sep 17, 2015
1 parent 02a78f5 commit a07d644
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ node_js:
- "0.12"

install:
- node install.js
- sudo rm -rf /usr/local/phantomjs
- curl -L -O https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
- tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
- sudo mv phantomjs-1.9.7-linux-x86_64 /usr/local/phantomjs
#- node install.js
#- sudo rm -rf /usr/local/phantomjs
#- curl -L -O https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
#- tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
#- sudo mv phantomjs-1.9.7-linux-x86_64 /usr/local/phantomjs
- npm install

script:
Expand Down

0 comments on commit a07d644

Please sign in to comment.