Skip to content
Permalink
Browse files
Add Travis CI config for PR testing
  • Loading branch information
jzaefferer committed Sep 12, 2013
1 parent cb707d8 commit dab011e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
@@ -0,0 +1,5 @@
language: node_js
node_js:
- '0.10'
before_install:
- npm install grunt-cli -g
@@ -41,6 +41,7 @@
"requirejs": "~2.1.8"
},
"scripts": {
"install": "bower install"
"install": "bower install",
"test": "grunt"
}
}

0 comments on commit dab011e

Please sign in to comment.