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

codeql
Yeiniel Suárez Sosa 5 years ago committed by Yeiniel Suarez Sosa
parent 30e89c0393
commit ff0c207f86
No known key found for this signature in database
GPG Key ID: E2CFACE611B42B6C
  1. 2
      .travis.yml

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

Loading…
Cancel
Save