mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Run bundle install on Travis
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user