Skip to content

Commit

Permalink
CI: Run tests for all minor Ember versions again (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored Jan 2, 2017
1 parent 8cb16d0 commit 010e538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
14 changes: 1 addition & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ cache:
directories:
- node_modules

env:
- EMBER_TRY_SCENARIO=ember-1.13
- EMBER_TRY_SCENARIO=ember-lts-2.4
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary

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

before_install:
- npm config set spin false
- npm install -g bower
Expand All @@ -35,7 +23,7 @@ install:
script:
# Usually, it's ok to finish the test scenario without reverting
# to the addon's original dependency state, skipping "cleanup".
- ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
- npm test -- --skip-cleanup
- npm run mocha

notifications:
Expand Down
12 changes: 1 addition & 11 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*jshint node:true*/
module.exports = {
useVersionCompatibility: true,
scenarios: [
{
name: 'ember-1.13',
Expand All @@ -12,17 +13,6 @@ module.exports = {
}
}
},
{
name: 'ember-lts-2.4',
bower: {
dependencies: {
'ember': 'components/ember#lts-2-4'
},
resolutions: {
'ember': 'lts-2-4'
}
}
},
{
name: 'ember-release',
bower: {
Expand Down

0 comments on commit 010e538

Please sign in to comment.