Skip to content

Commit

Permalink
bump travis config (#183)
Browse files Browse the repository at this point in the history
* bump travis config

* add scenarios for ember-try ember-source version bumps

* narrow scope to just travis updates

* also rollback ember try changes in travis yml
  • Loading branch information
jaredgalanis authored Sep 3, 2020
1 parent ce6ca66 commit 2b17cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ 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
- "8"
- "10"

sudo: false
dist: trusty
dist: xenial

addons:
chrome: stable
Expand Down

0 comments on commit 2b17cb6

Please sign in to comment.