Skip to content

Commit

Permalink
ci(travis): remove Node 6 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 19, 2019
1 parent 0ded084 commit ed93520
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,9 @@ install: npm ci
jobs:
include:
- stage: test
# spead up build times by removing unneeded dev dependencies
before_install:
- npm install -g npm@6
- npm uninstall leakage semantic-release
node_js: 6
script:
- npm run start-fixtures-server &
- sleep 3 # give server some time to start
- npm run test
- node_js: 8
# while code should be compatible with Node 6, we can no longer test as too many dependencies
# depend on Node 8+ syntax.
node_js: 8
# spead up build times by removing unneeded dev dependencies
before_install: npm uninstall leakage cypress semantic-release
script:
Expand Down

0 comments on commit ed93520

Please sign in to comment.