Skip to content

Commit

Permalink
fix(ci): set correct noder version
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Oct 23, 2018
1 parent 110d384 commit 4ddb50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mocha": "^5.2.0"
},
"engines": {
"node": "6.* || 8.* || >= 10"
"node": "8.* || >= 10"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 4ddb50d

Please sign in to comment.