Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Jun 12, 2016
1 parent 1114d24 commit f04e1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ before_install:
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild -workspace Example-Swift/MXSegmentedPager-Swift.xcworkspace -scheme MXSegmentedPager-Swift -sdk iphonesimulator -configuration Release -destination "platform=iOS Simulator,name=iPhone 6" test | xcpretty -c
- set -o pipefail && xcodebuild -workspace Example/MXSegmentedPager.xcworkspace -scheme MXSegmentedPager -sdk iphonesimulator -configuration Release -destination "platform=iOS Simulator,name=iPhone 6" | xcpretty -c
- pod lib lint --quick

0 comments on commit f04e1ac

Please sign in to comment.