Skip to content

Commit

Permalink
feat: drop nodejs v8 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop nodejs v8
  • Loading branch information
antongolub committed Jan 19, 2020
1 parent bf00b41 commit 80f0a24
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
os: linux
language: node_js
node_js:
- "8"
- "10"
- "12"
- 10
- 12

stages:
- test
Expand Down Expand Up @@ -33,14 +33,13 @@ jobs:
include:
- stage: test
node_js:
- "8"
- "10"
- "12"
- 10
- 12
script:
- yarn test
- yarn lint
- stage: release
node_js:
- "12"
- 12
script: skip # Skip running "yarn test" again
deploy:
provider: script
Expand Down

0 comments on commit 80f0a24

Please sign in to comment.