From 316b290adc11481766a8f30987c96ca583c8fcde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sun, 18 Mar 2018 10:07:26 +0100 Subject: [PATCH] Update travis' node version --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65e08bb..b84837b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - - "0.10" + - "8" +dist: trusty install: "npm install" script: "sh -e run_tests.sh" notifications: