lib/danger/ci_source/travis.rb in danger-2.1.0 vs lib/danger/ci_source/travis.rb in danger-2.1.1
- old
+ new
@@ -1,9 +1,9 @@
# http://docs.travis-ci.com/user/osx-ci-environment/
# http://docs.travis-ci.com/user/environment-variables/
module Danger
- ### CI Setup
+ # ### CI Setup
# You need to edit your `.travis.yml` to include `bundle exec danger`. If you already have
# a `script:` section then we recommend adding this command at the end of the script step: `- bundle exec danger`.
#
# Otherwise, add a `before_script` step to the root of the `.travis.yml` with `bundle exec danger`
#