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

Commit

Permalink
ci(travis): stop testing in Node 6, test in Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Apr 28, 2019
1 parent 500df03 commit dfcc1bf
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
cache:
directories:
- ~/.npm
cache: npm

# Trigger a push build on master and greenkeeper branches + PRs build on every branches
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
Expand All @@ -10,18 +8,12 @@ branches:
- master
- /^greenkeeper.*$/

branches:
except:
- /^v\d+\.\d+\.\d+$/

jobs:
include:
- stage: test
node_js: 6
- node_js: 8
install: npm ci
node_js: 8
- node_js: 10
install: npm ci
- node_js: 12
- node_js: lts/*
script: npm run coverage:upload
- stage: release
Expand Down

0 comments on commit dfcc1bf

Please sign in to comment.