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
node_js:
- "8"
dist: trusty
- "11"
dist: bionic
install: "npm install"
script: "sh -e run_tests.sh"
notifications:

Loading…
Cancel
Save