From cda2990aafdc483b942085556c1b1c8772fd7eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 22 Nov 2019 13:30:27 +0100 Subject: [PATCH] Update travis.yml to current Ubuntu and node.js --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b84837b..03ee0f4 100644 --- a/.travis.yml +++ b/.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: