Skip to content

Commit

Permalink
Merge pull request #95 from Turbo87/drop-ember-support
Browse files Browse the repository at this point in the history
Drop support for Ember.js below v3.4.0
  • Loading branch information
Turbo87 committed Apr 28, 2019
2 parents d962af8 + d968f91 commit f27820a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions .bowerrc

This file was deleted.

3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ cache:
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add bower
- bower --version

install:
- yarn install --no-lockfile
- bower install

script:
- yarn test
Expand Down
4 changes: 0 additions & 4 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ember-addon": {
"configPath": "tests/dummy/config",
"versionCompatibility": {
"ember": ">=2.0.0"
"ember": ">=3.4.0"
}
}
}

0 comments on commit f27820a

Please sign in to comment.