Skip to content

Commit ed2433b

Browse files
committed
Fixes ci.
1 parent 094c7a1 commit ed2433b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ env:
1212
- BUILD="carthage update --platform ios && set -o pipefail && (xcodebuild -project RxFeedback.xcodeproj -scheme RxFeedbackTests -destination 'platform=iOS Simulator,name=iPhone 7' test && xcodebuild -project RxFeedback.xcodeproj -scheme Example -destination 'platform=iOS Simulator,name=iPhone 7' build) | xcpretty"
1313
- BUILD="pod lib lint RxFeedback.podspec --verbose"
1414
- BUILD="swift build"
15-
- BUILD="carthage build --no-skip-current --platform iOS"
16-
- BUILD="carthage build --no-skip-current --platform tvOS"
15+
- BUILD="carthage update --platform ios && carthage build --no-skip-current --platform iOS"
16+
- BUILD="carthage update --platform tvOS && carthage build --no-skip-current --platform tvOS"
1717

1818
script: eval "${BUILD}"
1919

0 commit comments

Comments
 (0)