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.
2 parents 2d34339 + 87c4024 commit f2748d8Copy full SHA for f2748d8
.travis.yml
@@ -4,12 +4,10 @@ sudo: false
4
node_js:
5
- "4.2"
6
before_install:
7
- - mkdir travis-phantomjs
8
- - 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
9
- - tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
10
- - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
11
- "npm config set spin false"
12
- "npm install -g npm@^2"
+ - npm install -g phantomjs-prebuilt@2
+
13
install:
14
- npm install --no-optional
15
- ./node_modules/.bin/bower install
0 commit comments