Skip to content

Commit

Permalink
Merge pull request #111 from nschonni/add-travis-ci
Browse files Browse the repository at this point in the history
Add Travis CI for PR testing
  • Loading branch information
johnpapa committed Nov 9, 2013
2 parents 69e1736 + 373805f commit a2201b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: node_js
node_js:
- "0.10"

install:
- npm install -g grunt-cli bower
- npm install
- bower install

script:
- npm test
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -31,5 +31,8 @@
"grunt-contrib-uglify": "~0.2.2", "grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-less": "~0.6.4", "grunt-contrib-less": "~0.6.4",
"grunt-contrib-qunit": "~0.2.2" "grunt-contrib-qunit": "~0.2.2"
},
"scripts": {
"test": "grunt"
} }
} }

0 comments on commit a2201b0

Please sign in to comment.