Skip to content

Commit 977b1dd

Browse files
committed
Travis: do node tests as *separate* ember-try.
1 parent 60b337f commit 977b1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ env:
2424
- EMBER_TRY_SCENARIO=ember-beta
2525
- EMBER_TRY_SCENARIO=ember-canary
2626
- EMBER_TRY_SCENARIO=ember-default
27+
- EMBER_TRY_SCENARIO=integrated-node-tests
2728

2829
matrix:
2930
fast_finish: true
@@ -35,7 +36,6 @@ install:
3536

3637
script:
3738
- yarn lint:js
38-
- yarn ember try:one integrated-node-tests
3939
# Usually, it's ok to finish the test scenario without reverting
4040
# to the addon's original dependency state, skipping "cleanup".
4141
- yarn ember try:one $EMBER_TRY_SCENARIO --skip-cleanup

0 commit comments

Comments
 (0)