Skip to content

Commit

Permalink
fix: remove node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Oct 4, 2020
1 parent 3eb6d62 commit 128e1b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ 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"
- latest
- "8"

sudo: false
dist: trusty
Expand Down

0 comments on commit 128e1b7

Please sign in to comment.