Skip to content

Commit

Permalink
Merge pull request #42 from DanielJDufour/AddedTravisCI
Browse files Browse the repository at this point in the history
added .travis.yml
  • Loading branch information
DanielJDufour authored May 3, 2019
2 parents a39e47a + 7176b78 commit ef2104f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js

node_js:
- "6"
- "7"
- "8"
- "9"
- "10"
- "11"
- "12"

0 comments on commit ef2104f

Please sign in to comment.