change travis-ci settings to use the oldest currently maintained version of node

This commit is contained in:
Yeiniel Suárez Sosa 2020-11-27 23:56:46 -05:00 committed by Yeiniel Suarez Sosa
parent 30e89c0393
commit ff0c207f86
No known key found for this signature in database
GPG Key ID: E2CFACE611B42B6C

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- "8"
- "12"
dist: trusty
install: "npm install"
script: "sh -e run_tests.sh"