Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho4d committed Apr 30, 2017
1 parent e9d20d9 commit fd28e61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -6,8 +6,8 @@ xcode_scheme: ClockView
xcode_sdk: iphonesimulator
#before_install:
# - gem install xcpretty
#before_script:
# - set -o pipefail
before_script:
- set -eu -o pipefail
script:
- uname -a
- xcodebuild -workspace ClockView.xcworkspace -scheme ClockView -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' build test | xcpretty -c
- xcodebuild -workspace ClockView.xcworkspace -scheme ClockView -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.3' build test | xcpretty -c

0 comments on commit fd28e61

Please sign in to comment.