Skip to content

Commit b5c41a2

Browse files
committed
Build: Add support for running on Travis
1 parent 9d5d242 commit b5c41a2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "0.8"
4+
before_script:
5+
- npm install -g grunt-cli

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt"
5252
}
5353
],
54+
"scripts": {
55+
"test": "grunt"
56+
},
5457
"dependencies": {},
5558
"devDependencies": {
5659
"grunt": "0.4.1",

0 commit comments

Comments
 (0)