Build: Add support for running on Travis

This commit is contained in:
Jörn Zaefferer 2013-06-12 21:52:14 +02:00
parent 9d5d2424a9
commit b5c41a2b33
2 changed files with 8 additions and 0 deletions

5
.travis.yml Normal file
View File

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

View File

@ -51,6 +51,9 @@
"url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt"
}
],
"scripts": {
"test": "grunt"
},
"dependencies": {},
"devDependencies": {
"grunt": "0.4.1",