From c07d102c57fb0cefdafbc4926816c006c3e70e63 Mon Sep 17 00:00:00 2001 From: Peter Schmidt Date: Tue, 14 Mar 2017 13:39:52 +1100 Subject: [PATCH] Update travis.yml: Add node 6 & 7 Also drops the `lts/boron` alias in favour of the better supported alias `6`. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c802a77..e9b9ee8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: node_js sudo: required node_js: - 6.3.1 - - lts/boron + - 6 + - 7 script: npm run-script ci cache: directories: