Explorar o código

Add installation step to install Danger

Andrea Bizzotto %!s(int64=8) %!d(string=hai) anos
pai
achega
0e50adf50f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -5,8 +5,9 @@ osx_image: xcode8.3
 
 install:
   - ./scripts/install_swiftlint.sh
+  - bundle install --path vendor/bundle
 
 script:
   - swiftlint
   - ./scripts/build.sh
-  - bundle exec danger
+  - bundle exec danger --verbose