Skip to content

Commit

Permalink
build(travis): use lts version of node for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jul 8, 2020
1 parent dc6784e commit 48a9d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ script: echo "Running tests against $(node -v)..."
jobs:
include:
- stage: Produce Coverage
node_js: node
node_js: lts/*
os: windows
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
- stage: NPM release
node_js: node
node_js: lts/*
os: linux
deploy:
provider: npm
Expand Down

0 comments on commit 48a9d38

Please sign in to comment.