Merge pull request #1019 from abetomo/feature/add_nodejs14_to_travis_config

test(travis-ci): Add Node.js14 to Travis CI configuration
This commit is contained in:
Gareth Jones 2020-05-25 13:14:20 +10:00 committed by GitHub
commit f8d46a9392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ os:
- windows
sudo: false
node_js:
- "14"
- "12"
- "10"
- "8"