Skip to content

Commit

Permalink
Drop Xcode9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed May 13, 2019
1 parent 274bf58 commit a5b0169
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ matrix:
env:
- XCODE_SDK=appletvsimulator
XCODE_ACTION="build-for-testing test-without-building"
XCODE_DESTINATION="name=Apple TV 1080p"
XCODE_DESTINATION="name=Apple TV 4K"
- osx_image: xcode10.1
env:
- XCODE_SDK=watchsimulator
Expand All @@ -48,34 +48,6 @@ matrix:
- brew outdated carthage || brew upgrade carthage
- carthage build --no-skip-current
- for platform in Mac iOS tvOS watchOS; do test -d Carthage/Build/${platform}/PrettyColors.framework || exit 1; done
- osx_image: xcode9
env:
- XCODE_SDK=macosx
XCODE_ACTION=test
XCODE_DESTINATION="arch=x86_64"
- osx_image: xcode9
env:
- XCODE_SDK=iphonesimulator
XCODE_ACTION="build-for-testing test-without-building"
XCODE_DESTINATION="name=iPhone 6s"
- osx_image: xcode9
env:
- XCODE_SDK=appletvsimulator
XCODE_ACTION="build-for-testing test-without-building"
XCODE_DESTINATION="name=Apple TV 1080p"
- osx_image: xcode9
env:
- XCODE_SDK=watchsimulator
XCODE_ACTION=build
XCODE_DESTINATION="name=Apple Watch - 38mm"
- osx_image: xcode9
env:
- JOB=CARTHAGE
script:
- brew update 1> /dev/null 2> /dev/null
- brew outdated carthage || brew upgrade carthage
- carthage build --no-skip-current
- for platform in Mac iOS tvOS watchOS; do test -d Carthage/Build/${platform}/PrettyColors.framework || exit 1; done
git:
submodules: false
before_install:
Expand Down

0 comments on commit a5b0169

Please sign in to comment.