Skip to content

Commit

Permalink
travis: 10 is LTS now
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Dec 7, 2018
1 parent 260f271 commit 661e5c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ language: node_js
matrix:
include:
# LTS is our most important target
- node_js: "8"
- node_js: "10"
# DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
# only gather coverage info for LTS
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
Expand All @@ -17,9 +17,9 @@ matrix:
# previous LTS is next most important
- node_js: "6"
env: DEPLOY_VERSION=testing
- node_js: "9"
- node_js: "8"
env: DEPLOY_VERSION=testing
- node_js: "10"
- node_js: "9"
env: DEPLOY_VERSION=testing
- node_js: "11"
env: DEPLOY_VERSION=testing
Expand Down

0 comments on commit 661e5c6

Please sign in to comment.