We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae32d63 commit 3ce6c3aCopy full SHA for 3ce6c3a
1 file changed
.travis.yml
@@ -1,7 +1,11 @@
1
language: node_js
2
+sudo: false
3
node_js:
4
- "0.10"
-before_install: npm install -g grunt-cli
5
-install: npm install
6
-before_script:
7
- - grunt dev
+before_install:
+ - npm install -g grunt-cli
+ - mkdir travis-phantomjs
8
+ - wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
9
+ - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
10
+ - export PATH=$PWD/travis-phantomjs:$PATH
11
+install: npm install
0 commit comments