mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
added travis-ci integration
This commit is contained in:
parent
1c87129921
commit
ebacbf788d
2 changed files with 8 additions and 1 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
before_install: npm install -g grunt-cli
|
||||
install: npm install
|
||||
before_script: grunt
|
|
@ -29,6 +29,7 @@
|
|||
"grunt-contrib-yuidoc": "~0.5.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "npm install && grunt dev"
|
||||
"dev": "npm install && grunt dev",
|
||||
"test": "grunt test"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue