Skip to content

Commit

Permalink
Add CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Oct 18, 2017
1 parent 523f65f commit de60f4d
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:
- "0.12"
- "4"
- "6"
- "8"
script: "npm test"

0 comments on commit de60f4d

Please sign in to comment.