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
|
||||
node_js:
|
||||
- "node"
|
||||
before_install:
|
||||
- npm install -g gulp
|
||||
- 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
|
||||
install:
|
||||
- npm install
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run test
|
||||
- npm run build
|
Loading…
Reference in a new issue