Merge pull request #1508 from sapics/travis-1

Travis: remove node v7 due to no LTS and add v8 due to active LTS
This commit is contained in:
Jürg Lehni 2018-09-14 10:06:11 +02:00 committed by GitHub
commit 6cbf5292da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ language: node_js
# Follow https://github.com/nodejs/LTS to decide when to remove a version # Follow https://github.com/nodejs/LTS to decide when to remove a version
node_js: node_js:
- stable - stable
- '7' - '8'
- '6' - '6'
- '4' - '4'
sudo: false sudo: false