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.
2 parents 04f1e5a + 0c62597 commit b3a240cCopy full SHA for b3a240c
.travis.yml
@@ -52,7 +52,7 @@ before_script:
52
- ./cc-test-reporter before-build
53
54
script:
55
- - COVERAGE=true node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
+ - COVERAGE=true node_modules/.bin/ember try:one --skip-cleanup $EMBER_TRY_SCENARIO
56
57
after_script:
58
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
config/ember-try.js
@@ -9,8 +9,6 @@ module.exports = function() {
9
getChannelURL('canary')
10
]).then((urls) => {
11
return {
12
- command: 'ember test --skip-cleanup',
13
- //npmOptions: ['--loglevel=silent', '--no-shrinkwrap=true'],
14
scenarios: [
15
{
16
name: 'ember-lts-2.18',
0 commit comments