Skip to content

Commit

Permalink
Fix Travis config warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fenichelar committed Mar 9, 2020
1 parent 8d3f38e commit 2ef30ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
# so that your addon works for all apps
- "10"

sudo: false
os: linux
dist: trusty

addons:
Expand All @@ -19,7 +19,7 @@ env:
global:
# See https://git.io/vdao3 for details.
- JOBS=1
matrix:
jobs:
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- EMBER_TRY_SCENARIO=ember-lts-2.16-ember-simple-auth-1.6
Expand Down Expand Up @@ -48,7 +48,7 @@ env:
- EMBER_TRY_SCENARIO=ember-canary-ember-simple-auth-2.0
- EMBER_TRY_SCENARIO=ember-canary-ember-simple-auth-3.0

matrix:
jobs:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary-ember-simple-auth-1.6
Expand Down

0 comments on commit 2ef30ea

Please sign in to comment.