From 2a46c8a3d4337a99176186c053ced4db17da4739 Mon Sep 17 00:00:00 2001 From: Arnaud Benhamdine Date: Wed, 1 Mar 2017 15:11:40 +0100 Subject: [PATCH] Add node LTS and current versions to travis matrix --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 95eb599e..0e1916fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ node_js: - "0.10" - "0.12" - "4.2" + - "6" + - "7" env: - PGUSER=postgres PGDATABASE=postgres