Skip to content

Commit

Permalink
fix ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunon committed May 23, 2019
1 parent 09ec820 commit 0b57f49
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 @@ -5,4 +5,4 @@ language: objective-c
osx_image: xcode10.2
script:
- set -o pipefail
- xcodebuild test -scheme Instantiate -configuration Debug -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 8" | xcpretty -c
- xcodebuild test -scheme XCTAssertNoMemoryLeak -configuration Debug -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 8" | xcpretty -c

0 comments on commit 0b57f49

Please sign in to comment.