Run bundle install on Travis

This commit is contained in:
Marcelo Fabri
2017-10-04 03:06:31 -03:00
committed by JP Simard
parent ee02e0f8e5
commit de97e860bd
+3 -2
View File
@@ -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