Merge pull request #137 from phatblat/reenable-danger

👷🏻‍♀️⚠️ Re-enable danger on Travis
This commit is contained in:
Ben Chatelain 2018-02-22 15:17:44 -07:00 committed by GitHub
commit 3169c210e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -13,7 +13,7 @@ install:
script:
- script/build
# - bundle exec danger
- bundle exec danger
before_deploy:
- script/package

View file

@ -33,4 +33,3 @@ registry.register(helpCommand)
registry.main(defaultVerb: helpCommand.verb) { error in
printError(String(describing: error))
}

View file

@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [v1.4.1] Stop Littering - 2018-02-18
- 👷🏻‍♀️⚠️ Re-enable Danger #137
## [v1.4.1] Stop Littering - 2018-02-18
- 🐛 Prevent `default.profraw` from getting created #135