Skip to content

Commit 87d59fa

Browse files
committed
Fix attempt for Travis build
1 parent 6ae3582 commit 87d59fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ node_js:
44
- "4.0.0"
55
- "0.12"
66
- "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
712
install:
813
- npm install -g grunt-cli
914
- npm install

0 commit comments

Comments
 (0)