Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
update test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdemonte committed Jul 14, 2021
1 parent 2455ae9 commit 54a530e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: node_js

node_js:
- "7"
- "6"
- "5"
- "4"
- "16"
- "10"

script:
- npm test
- yarn test --coverage

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

0 comments on commit 54a530e

Please sign in to comment.