Add Travis CI config for PR testing

This commit is contained in:
Jörn Zaefferer 2013-09-12 18:08:29 +02:00
parent cb707d8bd0
commit dab011e26d
2 changed files with 7 additions and 1 deletions

5
.travis.yml Normal file
View File

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

View File

@ -41,6 +41,7 @@
"requirejs": "~2.1.8"
},
"scripts": {
"install": "bower install"
"install": "bower install",
"test": "grunt"
}
}