Skip to content

Commit

Permalink
change travis to node 10 so that eslint doesn't break on arg-less catch
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 18, 2020
1 parent 1761a40 commit d7972e7
Showing 1 changed file with 1 addition and 1 deletion.
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"
- "10"

sudo: false
dist: trusty
Expand Down

0 comments on commit d7972e7

Please sign in to comment.