Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jindulys authored Oct 3, 2016
1 parent 2300453 commit 87bcd52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:
- LANG=en_US.UTF-8
matrix:
- SCHEME="GithubPilot"
- IOS_SDK=iphonesimulator10.0
- DESTINATION="os=10.0,name=iPhone 7 Plus"
- IOS_SDK=iphonesimulator
- DESTINATION="platform=iOS Simulator,name=iPhone 7, OS=latest"

before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
Expand All @@ -18,5 +18,5 @@ before_install:
script:
- set -o pipefail
- xcodebuild -version
- xctool -workspace GithubPilot.xcworkspace -scheme "$SCHEME" -destination "$DESTINATION" -sdk "$IOS_SDK" ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- xctool -workspace GithubPilot.xcworkspace -scheme "$SCHEME" -sdk "$IOS_SDK" -destination "$DESTINATION" ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
# - xctool test -workspace GithubPilot.xcworkspace -scheme GithubPilotTests -sdk iphonesimulator9.2 ONLY_ACTIVE_ARCH=NO

0 comments on commit 87bcd52

Please sign in to comment.