From 4ec2775a74503a52de270119ca8fd9063f42dc92 Mon Sep 17 00:00:00 2001 From: Erika Pauwels Date: Mon, 25 Nov 2019 17:17:26 +0100 Subject: [PATCH] Bump node version for test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a532e6f..ef0c980 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: node_js node_js: # we recommend testing addons with the same minimum supported node version as Ember CLI # so that your addon works for all apps - - "6" + - "8" sudo: false dist: trusty