mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-25 13:39:06 -05:00
fix travis
This commit is contained in:
parent
ae32d63b12
commit
3ce6c3a017
1 changed files with 8 additions and 4 deletions
12
.travis.yml
12
.travis.yml
|
@ -1,7 +1,11 @@
|
|||
language: node_js
|
||||
sudo: false
|
||||
node_js:
|
||||
- "0.10"
|
||||
before_install: npm install -g grunt-cli
|
||||
install: npm install
|
||||
before_script:
|
||||
- grunt dev
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
||||
- mkdir travis-phantomjs
|
||||
- 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
|
||||
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
|
||||
- export PATH=$PWD/travis-phantomjs:$PATH
|
||||
install: npm install
|
Loading…
Reference in a new issue