Skip to content

Commit

Permalink
remove default scenario (it was same as ember-release)
Browse files Browse the repository at this point in the history
  • Loading branch information
a15n committed Dec 21, 2016
1 parent 351d606 commit b65d13a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ cache:
- $HOME/.cache # includes bower's cache

env:
# we recommend testing LTS's and latest stable release (bonus points to beta/canary)
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-1.13
- EMBER_TRY_SCENARIO=ember-lts-2.4
- EMBER_TRY_SCENARIO=ember-lts-2.8
Expand Down
6 changes: 0 additions & 6 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
/*jshint node:true*/
module.exports = {
scenarios: [
{
name: 'default',
bower: {
dependencies: { }
}
},
{
name: 'ember-1.13',
bower: {
Expand Down

0 comments on commit b65d13a

Please sign in to comment.