From 302be394b32c1bc1ae228c5d2718d7c12d7fd516 Mon Sep 17 00:00:00 2001 From: Mark David Avery Date: Tue, 11 Dec 2018 13:45:37 -0800 Subject: [PATCH] chore(test support): bumping the node version to support latest fiber package --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00af6f0..d96bc5c 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