Skip to content

Commit

Permalink
Fixes ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Aug 31, 2017
1 parent 094c7a1 commit ed2433b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ env:
- 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"
- BUILD="pod lib lint RxFeedback.podspec --verbose"
- BUILD="swift build"
- BUILD="carthage build --no-skip-current --platform iOS"
- BUILD="carthage build --no-skip-current --platform tvOS"
- BUILD="carthage update --platform ios && carthage build --no-skip-current --platform iOS"
- BUILD="carthage update --platform tvOS && carthage build --no-skip-current --platform tvOS"

script: eval "${BUILD}"

Expand Down

0 comments on commit ed2433b

Please sign in to comment.