Build: Add support for running on Travis

(cherry picked from commit b5c41a2b33)
This commit is contained in:
Jörn Zaefferer 2013-06-12 21:52:14 +02:00 committed by Scott González
parent efc69a5e89
commit 13c17eb922
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",