embroider-build / addon-blueprint

Blueprint for v2-formatted Ember addons
MIT License
28 stars 23 forks source link

Remove default `ciProvider` in `appOptions` #290

Closed mkszepp closed 1 month ago

mkszepp commented 1 month ago

fix #289

We should avoid to set travis as default value for ciProvider, because in this case the test-app has in ember-cli-update.json as option --ci-provider=travis.

Travis was deprecated in v5 see https://deprecations.emberjs.com/ember-cli/v5.x/#toc_travis-ci-support

simonihmig commented 1 month ago

Thank you!