Skip to content

Commit b004393

Browse files
committed
Remove Ember 2.9 scenario
1 parent 9129910 commit b004393

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ env:
1717
- EMBER_TRY_SCENARIO=ember-canary
1818
- EMBER_TRY_SCENARIO=ember-default
1919
- EMBER_TRY_SCENARIO=fastboot
20-
- EMBER_TRY_SCENARIO=fastboot-ember-2.9
2120

2221
matrix:
2322
fast_finish: true

config/ember-try.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,6 @@ module.exports = {
9595
'ember-source': null
9696
}
9797
}
98-
},
99-
{
100-
name: 'fastboot-ember-2.9',
101-
command: 'ember fastboot:test --ember-version 2.9.0',
102-
npm: {
103-
devDependencies: {
104-
'ember-source': null
105-
}
106-
}
10798
}
10899
]
109100
};

0 commit comments

Comments
 (0)