mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Add support for running on Travis
This commit is contained in:
parent
9d5d2424a9
commit
b5c41a2b33
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "0.8"
|
||||||
|
before_script:
|
||||||
|
- npm install -g grunt-cli
|
@ -51,6 +51,9 @@
|
|||||||
"url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt"
|
"url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"scripts": {
|
||||||
|
"test": "grunt"
|
||||||
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "0.4.1",
|
"grunt": "0.4.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user