Skip to content

Commit

Permalink
Set up travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
patgrasso committed Aug 2, 2016
1 parent f69e957 commit ae2cf8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sudo: false
language: node_js
node_js:
- "5.1"
- "6"
- "stable"
after_script:
- npm run coveralls

0 comments on commit ae2cf8e

Please sign in to comment.