From 1771e2e722d42c48d5a880c4d120a597ef7f39f5 Mon Sep 17 00:00:00 2001 From: Hajo Eichler Date: Sat, 9 Jul 2016 10:14:29 +0200 Subject: [PATCH] Use node LTS version. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79e2f7e7..57e4e7cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ services: - docker language: node_js node_js: - - '0.10' + - 4 branches: except: - latest @@ -30,4 +30,3 @@ notifications: format: html on_success: change on_failure: change -sudo: false