Skip to content

Commit

Permalink
maint/CI ~ add Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Oct 4, 2019
1 parent 4f3b933 commit 0c5dfb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
node_js:
- '12'
- '10'
- '8'
- '6'
after_success:
- npm run coverage

0 comments on commit 0c5dfb7

Please sign in to comment.