Skip to content

Commit

Permalink
Add osx build and change iOS to 12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystone committed Feb 20, 2019
1 parent 3ab07a7 commit 068dda8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
global:
- PROJECT=StickyLocking.xcodeproj
- SCHEME=StickyLocking-Package
- TEST_SDK=iphonesimulator

matrix:
include:
Expand Down Expand Up @@ -47,7 +46,15 @@ matrix:
osx_image: xcode10
env:
- BUILD="xcodebuild"
- TEST_DEST="platform=iOS Simulator,OS=11.3,name=iPhone 8"
- TEST_DEST="platform=OS X,arch=x86_64"
- TEST_SDK=macosx
-
os: osx
osx_image: xcode10
env:
- BUILD="xcodebuild"
- TEST_DEST="platform=iOS Simulator,OS=12.0,name=iPhone 8"
- TEST_SDK=iphonesimulator


# don't re-build for tags so that [publish binary] is not re-run
Expand Down

0 comments on commit 068dda8

Please sign in to comment.