Skip to content

Commit

Permalink
update CI and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Lee committed Dec 27, 2017
1 parent 694bc47 commit 011dd89
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,7 @@ $RECYCLE.BIN/
# example dev-service.conf.yml
dev-service.conf.yml

# coveralls tokens
.coveralls.yml

# End of https://www.gitignore.io/api/windows,macos,linux,node
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "iojs"
- "6"
- "8"
after_success: 'npm run coveralls'

0 comments on commit 011dd89

Please sign in to comment.