Skip to content

Commit

Permalink
Merge pull request #225 from ember-cli/remove-ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Sep 8, 2020
2 parents 036f360 + a9a8106 commit 0b0c2ec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 98 deletions.
19 changes: 0 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,10 @@ env:
global:
# See https://git.io/vdao3 for details.
- JOBS=1
matrix:
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- EMBER_TRY_SCENARIO=ember-lts-2.12
- EMBER_TRY_SCENARIO=ember-lts-2.16
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
- EMBER_TRY_SCENARIO=ember-default

matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH

install:
- yarn install --no-lockfile --non-interactive

script:
# Usually, it's ok to finish the test scenario without reverting
# to the addon's original dependency state, skipping "cleanup".
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cache:
test_script:
# Output useful info for debugging.
- git rev-parse HEAD
- cmd: yarn run test:all
- cmd: yarn run test

# Don't actually build.
build: off
Expand Down
75 changes: 0 additions & 75 deletions config/ember-try.js

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember test -e production",
"test:all": "ember try:each -- ember test -e production"
"test": "ember test -e production"
},
"dependencies": {
"broccoli-uglify-sourcemap": "^4.0.0",
Expand Down Expand Up @@ -49,7 +48,6 @@
"ember-load-initializers": "^2.1.1",
"ember-resolver": "^8.0.2",
"ember-source": "^3.21.1",
"ember-try": "^1.4.0",
"loader.js": "^4.7.0"
}
}

0 comments on commit 0b0c2ec

Please sign in to comment.