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 c475241 commit d3793d6Copy full SHA for d3793d6
.travis.yml
@@ -1,5 +1,11 @@
1
language: node_js
2
node_js:
3
- 5.5
4
-before_install: npm install -g gulp testem
+before_install:
5
6
+ - mkdir travis-phantomjs
7
+ - 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
8
+ - tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
9
+ - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
10
+ - npm install -g gulp testem
11
script: "gulp travis && testem ci -f config/testem.json"
0 commit comments