Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
mislavjavor committed Sep 23, 2016
1 parent 7ae5614 commit 062efeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,5 +2,4 @@ language: objective-c
osx_image: xcode8
before_install: gem install cocoapods xcpretty obcd slather -N
after_success: slather
script: xcodebuild test -workspace LambdaUI.xcworkspace -sdk iphonesimulator10.0 -scheme UITests -destination "name=iPhone SE" | xcpretty

script: set -o pipefail && xcodebuild test -workspace LambdaUI.xcworkspace -sdk iphonesimulator10.0 -scheme UITests -destination "name=iPhone SE" | xcpretty

0 comments on commit 062efeb

Please sign in to comment.