diff --git a/.travis.yml b/.travis.yml index 679b14f..918d7c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: objective-c before_install: + - bundle install + - bundle exec danger - brew update - brew uninstall xctool - brew install xctool diff --git a/Dangerfile b/Dangerfile new file mode 100644 index 0000000..0c32fe3 --- /dev/null +++ b/Dangerfile @@ -0,0 +1 @@ +fail "Hello World" \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..cf264da --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'danger' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..5f88c63 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,58 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.4.0) + claide (1.0.0) + claide-plugins (0.9.1) + cork + nap + open4 (~> 1.3) + colored (1.2) + cork (0.2.0) + colored (~> 1.2) + danger (3.3.2) + claide (~> 1.0) + claide-plugins (> 0.9.0) + colored (~> 1.2) + cork (~> 0.1) + faraday (~> 0.9) + faraday-http-cache (~> 1.0) + git (~> 1) + gitlab (~> 3.7.0) + kramdown (~> 1.5) + octokit (~> 4.2) + terminal-table (~> 1) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) + faraday-http-cache (1.3.1) + faraday (~> 0.8) + git (1.3.0) + gitlab (3.7.0) + httparty (~> 0.13.0) + terminal-table + httparty (0.13.7) + json (~> 1.8) + multi_xml (>= 0.5.2) + json (1.8.3) + kramdown (1.12.0) + multi_xml (0.5.5) + multipart-post (2.0.0) + nap (1.1.0) + octokit (4.3.0) + sawyer (~> 0.7.0, >= 0.5.3) + open4 (1.3.4) + sawyer (0.7.0) + addressable (>= 2.3.5, < 2.5) + faraday (~> 0.8, < 0.10) + terminal-table (1.7.3) + unicode-display_width (~> 1.1.1) + unicode-display_width (1.1.1) + +PLATFORMS + ruby + +DEPENDENCIES + danger + +BUNDLED WITH + 1.13.1