Adding travis-ci build

This commit is contained in:
Torkel Ödegaard 2014-02-01 11:26:22 +01:00
parent e77e43faab
commit d2bae43d26
2 changed files with 12 additions and 0 deletions

5
.travis.yml Normal file
View File

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

View File

@ -46,5 +46,12 @@
"karma-expect": "~1.0.0",
"grunt-cli": "~0.1.13"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"test": "grunt"
},
"license": "Apache License"
}