diff --git a/.travis.yml b/.travis.yml index 626436c9..2228f640 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" branches: except: diff --git a/package.json b/package.json index 7e1d8b40..f70cf5ed 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "loader.js": "^4.7.0" }, "engines": { - "node": "6.* || 8.* || >= 10.*" + "node": "8.* || >= 10.*" }, "changelog": { "repo": "emberjs/ember-mocha",