Skip to content

Commit

Permalink
Reset watch os simulators
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsprint09 committed Apr 6, 2017
1 parent 2f90881 commit 7bbd2e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ matrix:
osx_image: xcode8.3
language: objective-c
env: "watchOS"
before_install:
- export SNAPSHOT_FORCE_DELETE=1
- fastlane snapshot reset_simulators
script:
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination 'platform=watchOS Simulator,name=Apple Watch Series 2 - 38mm,OS=latest' build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination 'platform=watchOS Simulator,name=Apple Watch - 38mm,OS=latest' build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
- os: osx
osx_image: xcode8.3
language: objective-c
Expand Down

0 comments on commit 7bbd2e5

Please sign in to comment.