Skip to content

Commit

Permalink
Add .travis.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
ederssouza committed Sep 25, 2021
1 parent 016c980 commit 3f51278
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js

node_js:
- "14"

cache:
diretories:
"node_modules"

before_script:
- npm run test:coverage

after_success:
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 comments on commit 3f51278

Please sign in to comment.