lib/danger/ci_source/travis.rb in danger-4.0.5 vs lib/danger/ci_source/travis.rb in danger-4.1.0
- old
+ new
@@ -1,7 +1,7 @@
# http://docs.travis-ci.com/user/osx-ci-environment/
# http://docs.travis-ci.com/user/environment-variables/
-require "danger/request_sources/github"
+require "danger/request_sources/github/github"
module Danger
# ### 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`.