We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b337f commit 977b1ddCopy full SHA for 977b1dd
.travis.yml
@@ -24,6 +24,7 @@ env:
24
- EMBER_TRY_SCENARIO=ember-beta
25
- EMBER_TRY_SCENARIO=ember-canary
26
- EMBER_TRY_SCENARIO=ember-default
27
+ - EMBER_TRY_SCENARIO=integrated-node-tests
28
29
matrix:
30
fast_finish: true
@@ -35,7 +36,6 @@ install:
35
36
37
script:
38
- yarn lint:js
- - yarn ember try:one integrated-node-tests
39
# Usually, it's ok to finish the test scenario without reverting
40
# to the addon's original dependency state, skipping "cleanup".
41
- yarn ember try:one $EMBER_TRY_SCENARIO --skip-cleanup
0 commit comments