Skip to content

Commit

Permalink
Merge pull request #13 from CodaFi/build-schrift
Browse files Browse the repository at this point in the history
Update build target
  • Loading branch information
CodaFi authored Sep 13, 2017
2 parents e81a20a + 453af8a commit 65ff311
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ matrix:
- set -o pipefail
- xcodebuild test -scheme Algebra | xcpretty -c
# !!!: Make sure desired device name & OS version are suitable for the Xcode version installed on osx_image
- iOS_DEVICE_NAME="iPad Air"
- iOS_RUNTIME_VERSION="10.3"
- iOS_DEVICE_NAME="iPad Pro (12.9-inch)"
- iOS_RUNTIME_VERSION="10.0"
# Get simulator identifier for desired device/runtime pair
- SIMULATOR_ID=$(xcrun instruments -s | grep -o "${iOS_DEVICE_NAME} (${iOS_RUNTIME_VERSION}) \[.*\]" | grep -o "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/")
- echo $SIMULATOR_ID
Expand All @@ -49,4 +49,3 @@ notifications:
on_success: always
on_failure: always
on_start: always

0 comments on commit 65ff311

Please sign in to comment.