Closed greenkeeper[bot] closed 6 years ago
After pinning to 3.1.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes 🚨
Version 3.1.3 of ember-cli was just published.
This version is covered by your current version range and after updating it in your project the build failed.
ember-cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/kellyselden/ember-metrics-adobe-dtm/builds/373012837?utm_source=github_status&utm_medium=notification)Release Notes
GreenprintsSetup
npm install -g ember-cli@3.1.3
-- Install new global ember-cliProject Update
rm -rf node_modules dist tmp
-- Delete temporary development folders.npm install --save-dev ember-cli@3.1.3
-- Update project'spackage.json
to use latest version.npm install
-- Reinstall NPM dependencies.ember init
-- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.Changelog
The following changes are required if you are upgrading from the previous
version:
ember new
diffember addon
diffCommunity Contributions
Thank you to all who took the time to contribute!
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: