Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Oct 9, 2016
2 parents 4c5fda6 + eac7493 commit 20e858e
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 @@ -2,4 +2,4 @@ language: objective-c
osx_image: xcode8
xcode_project: TOCropViewControllerExample.xcodeproj
xcode_scheme: TOCropViewControllerTests
script: xctool -project TOCropViewControllerExample.xcodeproj -scheme TOCropViewControllerTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
script: set -o pipefail && xcodebuild -project "TOCropViewControllerExample.xcodeproj" -scheme "TOCropViewControllerTests" -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination "platform=iOS Simulator,name=iPhone 7,OS=10.0" clean test | xcpretty

0 comments on commit 20e858e

Please sign in to comment.