1
0
mirror of synced 2025-11-08 12:57:47 +00:00

ci(Travis CI): add Travis configuration

This commit is contained in:
Jason Dreyzehner
2018-03-15 21:53:21 -04:00
parent 61cd420c96
commit 2b00dd0954

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
sudo: false
language: node_js
node_js:
- 8
- 9
after_success:
- npx nyc report --reporter=lcov | npx codecov
- npm run cov:check