Update .travis.yml

Travis currently don't support Node 13 and 14.
This commit is contained in:
Manoël Trapier 2019-07-31 16:52:08 +01:00 committed by GitHub
parent 7c085caaa0
commit 1555229635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ node_js:
- 10
- 11
- 12
- 13
- 14
# - 13
# - 14
before_install:
- npm install --only=dev
script: