Update travis.yml to current Ubuntu and node.js

update-travis
Lorenz Hübschle-Schneider 6 years ago
parent 5bdfa455d8
commit cda2990aaf
  1. 4
      .travis.yml

@ -1,7 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- "8" - "11"
dist: trusty dist: bionic
install: "npm install" install: "npm install"
script: "sh -e run_tests.sh" script: "sh -e run_tests.sh"
notifications: notifications:

Loading…
Cancel
Save