From 2b00dd0954aa414f9a60f13ec3212e19dd852eff Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Thu, 15 Mar 2018 21:53:21 -0400 Subject: [PATCH] ci(Travis CI): add Travis configuration --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3e5c682 --- /dev/null +++ b/.travis.yml @@ -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 \ No newline at end of file