Skip to content

Commit 3ce6c3a

Browse files
committed
fix travis
1 parent ae32d63 commit 3ce6c3a

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
language: node_js
2+
sudo: false
23
node_js:
34
- "0.10"
4-
before_install: npm install -g grunt-cli
5-
install: npm install
6-
before_script:
7-
- grunt dev
5+
before_install:
6+
- npm install -g grunt-cli
7+
- 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

Comments
 (0)