Skip to content

Commit

Permalink
Drop EMBER_CLI_IGNORE_ADDON_NAME_MISMATCH from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed May 22, 2019
1 parent ecaeed6 commit aadee68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ matrix:
- env: EMBER_SCENARIO=beta

before_install:
# TODO remove once publishing to emberfire
- export EMBER_CLI_IGNORE_ADDON_NAME_MISMATCH=true
- if [[ $FIREBASE_SCENARIO == 'latest' ]]; then npm i --save firebase@latest; fi
- if [[ $FIREBASE_SCENARIO == 'next' ]]; then npm i --save firebase@next; fi
- if [[ $FIREBASE_SCENARIO == 'canary' ]]; then npm i --save firebase@canary; fi
Expand Down

0 comments on commit aadee68

Please sign in to comment.