Skip to content

Commit 01788fc

Browse files
committed
Fix Travis config after upgrading Ember
1 parent 100aa3d commit 01788fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
# we recommend new addons test the current and previous LTS
4444
# as well as latest stable release (bonus points to beta/canary)
4545
- stage: "Additional Tests"
46-
- env: EMBER_TRY_SCENARIO=ember-lts-3.8
47-
- env: EMBER_TRY_SCENARIO=ember-release
48-
- env: EMBER_TRY_SCENARIO=ember-beta
49-
- env: EMBER_TRY_SCENARIO=ember-canary
50-
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery
46+
env: EMBER_TRY_SCENARIO=ember-lts-3.8
47+
- env: EMBER_TRY_SCENARIO=ember-release
48+
- env: EMBER_TRY_SCENARIO=ember-beta
49+
- env: EMBER_TRY_SCENARIO=ember-canary
50+
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery
5151

5252
before_install:
5353
- curl -o- -L https://yarnpkg.com/install.sh | bash

0 commit comments

Comments
 (0)