0
0
Fork 0
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:
liabru 2015-08-04 19:51:28 +01:00
parent ae32d63b12
commit 3ce6c3a017

View file

@ -1,7 +1,11 @@
language: node_js language: node_js
sudo: false
node_js: node_js:
- "0.10" - "0.10"
before_install: npm install -g grunt-cli before_install:
install: npm install - npm install -g grunt-cli
before_script: - mkdir travis-phantomjs
- grunt dev - 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