Skip to content

Commit

Permalink
ci(travis): drop tests in node 4 & 9, test in node 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropped support for node 4
  • Loading branch information
gr2m committed Nov 17, 2018
1 parent dd6306e commit ad8b1e5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Expand Up @@ -31,17 +31,13 @@ jobs:
- npm run start-fixtures-server &
- sleep 3 # give server some time to start
- npm run test
- node_js: 9
env: Node 9, coverage upload
- node_js: 10
env: Node 10, coverage upload
script:
- npm run start-fixtures-server &
- sleep 3 # give server some time to start
- npm run test
- npm run coverage:upload
- node_js: 4 # will be removed in v16
env: Node 4, smoke test only
script:
- node index.js
- node_js: lts/*
env: browser tests
script:
Expand Down

0 comments on commit ad8b1e5

Please sign in to comment.