From 3140e7979b9ef2627e8dbbaff678f71ebfb9b4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Sat, 17 Nov 2018 11:32:02 +0100 Subject: [PATCH] fix(travis): Update build to also verify node 10. closes #322 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 62bf2efa52..3f7ff007d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ sudo: false language: node_js node_js: - '8' +- '10' env: matrix: - DATABASE_URL=postgres://postgres@localhost:5432/unleash_test TEST_DATABASE_URL=postgres://postgres@localhost:5432/unleash_test