Skip to content

Commit b3a240c

Browse files
authored
Merge pull request #149 from efx/fix-ember-try
fix ember try command
2 parents 04f1e5a + 0c62597 commit b3a240c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ before_script:
5252
- ./cc-test-reporter before-build
5353

5454
script:
55-
- COVERAGE=true node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
55+
- COVERAGE=true node_modules/.bin/ember try:one --skip-cleanup $EMBER_TRY_SCENARIO
5656

5757
after_script:
5858
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

config/ember-try.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ module.exports = function() {
99
getChannelURL('canary')
1010
]).then((urls) => {
1111
return {
12-
command: 'ember test --skip-cleanup',
13-
//npmOptions: ['--loglevel=silent', '--no-shrinkwrap=true'],
1412
scenarios: [
1513
{
1614
name: 'ember-lts-2.18',

0 commit comments

Comments
 (0)