From 0e50adf50f7208c874f0332a4357591eea84d378 Mon Sep 17 00:00:00 2001 From: Andrea Bizzotto Date: Thu, 18 May 2017 16:40:34 +0100 Subject: [PATCH] Add installation step to install Danger --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7267bdf2..4ee4be34 100644 --- a/.travis.yml +++ b/.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