Skip to content

Commit

Permalink
Fix attempt for Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean committed Mar 15, 2016
1 parent 6ae3582 commit 87d59fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ node_js:
- "4.0.0"
- "0.12"
- "0.10"
before_install:
- mkdir travis-phantomjs
- wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
install:
- npm install -g grunt-cli
- npm install
Expand Down

1 comment on commit 87d59fa

@matthew-dean
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This didn't change anything. PhantomJS builds are failing for lots of people due to download overages on bitbucket: ariya/phantomjs#13953

Please sign in to comment.