.travis.yml in danger-mcbrain-0.0.1 vs .travis.yml in danger-mcbrain-0.0.2
- old
+ new
@@ -6,7 +6,18 @@
rvm:
- 2.0
- 2.1.3
- 2.3.1
+bundler_args: "--without documentation --path bundle"
+
+before_install:
+ - gem install bundler
+
+after_install:
+ - rake install
+
script:
- - bundle exec rake spec
\ No newline at end of file
+ # Tests use real git commands
+ - git config --global user.email "danger@example.com"
+ - git config --global user.name "Danger McShane"
+ - bundle exec rake spec