0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-24 13:29:01 -05:00

updated ci

This commit is contained in:
liabru 2019-09-15 19:01:34 +01:00
parent 9ca21c1862
commit 288b9cdb2f

View file

@ -2,10 +2,9 @@ language: node_js
sudo: false sudo: false
node_js: node_js:
- "node" - "node"
before_install: install:
- npm install -g gulp - npm install
- mkdir travis-phantomjs script:
- 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 - npm run lint
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs - npm run test
- export PATH=$PWD/travis-phantomjs:$PATH - npm run build
install: npm install