Skip to content

Commit

Permalink
Merge pull request #149 from efx/fix-ember-try
Browse files Browse the repository at this point in the history
fix ember try command
  • Loading branch information
MelSumner authored Jun 12, 2019
2 parents 04f1e5a + 0c62597 commit b3a240c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ before_script:
- ./cc-test-reporter before-build

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

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
2 changes: 0 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ module.exports = function() {
getChannelURL('canary')
]).then((urls) => {
return {
command: 'ember test --skip-cleanup',
//npmOptions: ['--loglevel=silent', '--no-shrinkwrap=true'],
scenarios: [
{
name: 'ember-lts-2.18',
Expand Down

0 comments on commit b3a240c

Please sign in to comment.