From da04f778c85db6ad07a5c9b06661bdf7a50dd5ee Mon Sep 17 00:00:00 2001 From: Djamel Bendaoud Date: Fri, 3 Jan 2020 11:03:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7update=20travis-ci=20config=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94540c75..38bca8b8 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 - - "8" + - "10" sudo: false dist: trusty