Skip to content

Commit

Permalink
Build: Add support for running on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Jun 12, 2013
1 parent 9d5d242 commit b5c41a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "0.8"
before_script:
- npm install -g grunt-cli
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit b5c41a2

Please sign in to comment.