We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc657d commit b9b2545Copy full SHA for b9b2545
.travis.yml
@@ -25,8 +25,11 @@ before_install:
25
- brew outdated carthage || brew upgrade carthage
26
- gem install xcpretty
27
28
-script:
+before_script:
29
- open -b com.apple.iphonesimulator
30
+ - carthage bootstrap --platform $PLATFORM
31
+
32
+script:
33
- xcodebuild test -project "$PROJECT" -scheme "$SCHEME" -destination "$DESTINATION" | xcpretty && exit ${PIPESTATUS[0]}
34
- carthage build --platform $PLATFORM --no-skip-current
35
- pod lib lint --verbose
0 commit comments