From de97e860bd4f6b4e95be2ade176fde4a87e31eb7 Mon Sep 17 00:00:00 2001 From: Marcelo Fabri Date: Wed, 4 Oct 2017 03:06:31 -0300 Subject: [PATCH] Run bundle install on Travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9bd97b7ff..33acc7c24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,13 @@ matrix: include: - script: - set -o pipefail && script/cibuild | xcpretty - - pod lib lint SwiftLintFramework.podspec + - bundle exec pod lib lint SwiftLintFramework.podspec env: JOB=Xcode os: osx osx_image: xcode9 before_install: - - pod repo update + - bundle install + - bundle exec pod repo update - script: swift test --parallel env: JOB=SPM os: osx