Configure travis testing.

This commit is contained in:
Ruben Vermeersch 2013-12-17 14:39:09 +01:00
parent ac519bfaf5
commit aa7297ab21
2 changed files with 10 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
before_script:
- npm install -g grunt-cli

View File

@ -16,6 +16,9 @@
"mo",
"po"
],
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",