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 6ae3582 commit 87d59faCopy full SHA for 87d59fa
.travis.yml
@@ -4,6 +4,11 @@ node_js:
4
- "4.0.0"
5
- "0.12"
6
- "0.10"
7
+before_install:
8
+ - mkdir travis-phantomjs
9
+ - 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
10
+ - tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
11
+ - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
12
install:
13
- npm install -g grunt-cli
14
- npm install
0 commit comments