Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Tiertant committed Apr 27, 2018
1 parent dc50d8c commit 5921c25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
package-lock.json
test
.nyc_output/
.travis.yml
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:
- '6'
- '8'
- '9'
sudo: false
after_success: npm run coveralls

0 comments on commit 5921c25

Please sign in to comment.