0
0
Fork 0
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:
liabru 2014-02-28 18:38:39 +00:00
parent 1c87129921
commit ebacbf788d
2 changed files with 8 additions and 1 deletions

6
.travis.yml Normal file
View 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

View file

@ -29,6 +29,7 @@
"grunt-contrib-yuidoc": "~0.5.1"
},
"scripts": {
"dev": "npm install && grunt dev"
"dev": "npm install && grunt dev",
"test": "grunt test"
}
}