Skip to content

Commit

Permalink
Adding test travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltandy committed May 31, 2016
1 parent 000ffa8 commit 098efee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.10"
before_script:
- npm install grunt-cli -g
script:
- grunt test

0 comments on commit 098efee

Please sign in to comment.