Skip to content

Commit

Permalink
added travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
billykong committed Apr 21, 2020
1 parent 00a1e51 commit 3fe8bc2
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js

node_js:
- stable

install:
- npm install

script:
- npm run cover

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
Loading

0 comments on commit 3fe8bc2

Please sign in to comment.