Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #32 from sundowndev/patch-ci
Browse files Browse the repository at this point in the history
Use node 10 in CI
  • Loading branch information
sundowndev committed Jun 6, 2019
2 parents 29d18b6 + 5324d47 commit 98dd19e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js

node_js:
- "7"
- "8"
- "10"

before_script:
script:
- npm install
- npm run build
script: nyc npm test && nyc report --reporter=text-lcov | coveralls
- nyc npm test && nyc report --reporter=text-lcov | coveralls

0 comments on commit 98dd19e

Please sign in to comment.