.travis.yml: Don't use Node.js v14

It is not released yet.

See: https://nodejs.org/en/about/releases/
This commit is contained in:
Alan Orth 2020-03-29 16:49:49 +03:00
parent 1cb082e1f1
commit bbc5ef18cf
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ node_js:
- 10
- 12
- 13
- 14
script: npm run build
dist: bionic