ember-engines / ember-asset-loader

Asset loading support for Ember applications
MIT License
34 stars 27 forks source link

feat: use travis stages to run tests with and without a lockfile #68

Closed lennyburdette closed 6 years ago

lennyburdette commented 6 years ago

I had to regenerate the lockfile since our private registry had cached something that's been yanked from npmjs.org. Looks like it works now tho!

lennyburdette commented 6 years ago

@rwjblue no worries, I should've read your previous comment more closely. All good now!

rwjblue commented 6 years ago

Awesome work here, thank you! I really like this pattern (it makes it clear where a particular type of failure comes from, avoids wasting CI time, etc). Hopefully we can leverage the same thing in the addon blueprint to bring the awesomeness to all addons automatically....