Skip to content

Commit

Permalink
Merge pull request #9 from Adslot/add-travis-ci
Browse files Browse the repository at this point in the history
Add Travis CI config
  • Loading branch information
jharrington22 committed Dec 17, 2015
2 parents 07b2465 + 4a37e37 commit f8c1a66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js

node_js:
- "5.1"

after_success:
- npm run codecov

0 comments on commit f8c1a66

Please sign in to comment.