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:
parent
9ca21c1862
commit
288b9cdb2f
1 changed files with 6 additions and 7 deletions
13
.travis.yml
13
.travis.yml
|
@ -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
|
|
Loading…
Reference in a new issue