Skip to content

Commit

Permalink
Updated travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Jul 28, 2018
1 parent b4bba84 commit 9c00d90
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,4 +12,4 @@ before_install:
- brew update
script:
- set -o pipefail
- xcodebuild -project Example/Example.xcodeproj -scheme Example -sdk iphonesimulator -configuration Debug build test | xcpretty -c
- xcodebuild -project Example/Example.xcodeproj -scheme Example -destination 'platform=iOS Simulator,name=iPhone X,OS=11.4.1' -configuration Debug build test | xcpretty -c

0 comments on commit 9c00d90

Please sign in to comment.