0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00
liabru-matter-js/.travis.yml

11 lines
429 B
YAML
Raw Normal View History

2014-02-28 13:38:39 -05:00
language: node_js
2015-08-04 14:51:28 -04:00
sudo: false
2014-02-28 13:38:39 -05:00
node_js:
- "node"
2015-08-04 14:51:28 -04:00
before_install:
- npm install -g gulp
2015-08-04 14:51:28 -04:00
- 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