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
(cherry picked from commit b5c41a2b33
)
This commit is contained in:
parent
efc69a5e89
commit
13c17eb922
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"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.1",
|
||||
|
Loading…
Reference in New Issue
Block a user