Skip to content

Commit b9b2545

Browse files
committed
🐛 Bootstrap carthage before running tests
1 parent ebc657d commit b9b2545

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ before_install:
2525
- brew outdated carthage || brew upgrade carthage
2626
- gem install xcpretty
2727

28-
script:
28+
before_script:
2929
- open -b com.apple.iphonesimulator
30+
- carthage bootstrap --platform $PLATFORM
31+
32+
script:
3033
- xcodebuild test -project "$PROJECT" -scheme "$SCHEME" -destination "$DESTINATION" | xcpretty && exit ${PIPESTATUS[0]}
3134
- carthage build --platform $PLATFORM --no-skip-current
3235
- pod lib lint --verbose

0 commit comments

Comments
 (0)