We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97e1c6 commit 7117d38Copy full SHA for 7117d38
.travis.yml
@@ -4,7 +4,7 @@ env:
4
- PATH=$HOME/bin:$PATH
5
install:
6
# install newer phantomjs, see https://github.com/travis-ci/travis-ci/issues/3225 for discussion
7
- - mkdir $HOME/bin
+ - mkdir -p $HOME/bin
8
- curl https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 | tar Oxjv phantomjs > $HOME/bin/phantomjs
9
- chmod +x $HOME/bin/phantomjs
10
- scripts/setup
0 commit comments