Skip to content

Commit

Permalink
Trying to workaround 403 from phantom
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Mar 24, 2016
1 parent f2f66d9 commit aa6173a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ before_install:
- sudo apt-get install -y google-chrome-stable

install:
# Hack for phantom 403
- mkdir /tmp/phantomjs && wget -O /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
- npm install
- ionic state restore # install cordova stuff from package.json
- npm run webdriver-update
Expand Down

0 comments on commit aa6173a

Please sign in to comment.