From f2eb1f31bd6bb2894b5da88b790d059577676fb4 Mon Sep 17 00:00:00 2001 From: Mike Fotinakis Date: Thu, 6 Sep 2018 21:41:11 -0700 Subject: [PATCH] Use Node 6 in tests. (#74) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3906385..3113c838 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 - - "4" + - "6" sudo: false dist: trusty