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 19, 2020
1 parent 9b9cc9a commit 6c06e0b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ 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
dist: xenial

addons:
chrome: stable
Expand All @@ -26,7 +25,7 @@ branches:
- /^v\d+\.\d+\.\d+/

jobs:
fail_fast: true
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary

Expand Down

0 comments on commit 6c06e0b

Please sign in to comment.