Merge pull request #386 from GNS3/fix-tci-gyp

Use node v10 istead of latest - 12, Fixes 385
This commit is contained in:
ziajka 2019-04-29 08:11:39 +02:00 committed by GitHub
commit 0b8d2d2b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
language: node_js
node_js:
- node
- '10' # use node for latest
# Issue with Travis: https://github.com/travis-ci/travis-ci/issues/8836#issuecomment-356362524
sudo: required