Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Commit

Permalink
Remove node 8 from travis since 10 is LTS (#1377)
Browse files Browse the repository at this point in the history
Even though we officially support node 8 as well (package.json stays the same), we only test the latest LTS on Travis.

DEV
  • Loading branch information
dsmilkov committed Nov 5, 2018
1 parent 03c673a commit ca91bff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- '8'
- '10'
node_js: '10'
script:
- if [ "$TO_TEST" = "regular" ]; then yarn test-benchmark && yarn test-travis; fi
- if [ "$TO_TEST" = "integration" ]; then yarn test-integration; fi
Expand All @@ -18,7 +16,3 @@ notifications:
on_success: never
on_failure: always
on_pull_requests: false
matrix:
exclude:
- node_js: '8'
env: TO_TEST=integration

0 comments on commit ca91bff

Please sign in to comment.