Skip to content

Commit 1228a10

Browse files
committed
Drop Xcode9 support
1 parent d7772d7 commit 1228a10

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.travis.yml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ matrix:
3434
env:
3535
- XCODE_SDK=appletvsimulator
3636
XCODE_ACTION="build-for-testing test-without-building"
37-
XCODE_DESTINATION="name=Apple TV 1080p"
37+
XCODE_DESTINATION="name=Apple TV 4K"
3838
- osx_image: xcode10.1
3939
env:
4040
- XCODE_SDK=watchsimulator
@@ -48,34 +48,6 @@ matrix:
4848
- brew outdated carthage || brew upgrade carthage
4949
- carthage build --no-skip-current
5050
- for platform in Mac iOS tvOS watchOS; do test -d Carthage/Build/${platform}/PrettyColors.framework || exit 1; done
51-
- osx_image: xcode9
52-
env:
53-
- XCODE_SDK=macosx
54-
XCODE_ACTION=test
55-
XCODE_DESTINATION="arch=x86_64"
56-
- osx_image: xcode9
57-
env:
58-
- XCODE_SDK=iphonesimulator
59-
XCODE_ACTION="build-for-testing test-without-building"
60-
XCODE_DESTINATION="name=iPhone 6s"
61-
- osx_image: xcode9
62-
env:
63-
- XCODE_SDK=appletvsimulator
64-
XCODE_ACTION="build-for-testing test-without-building"
65-
XCODE_DESTINATION="name=Apple TV 1080p"
66-
- osx_image: xcode9
67-
env:
68-
- XCODE_SDK=watchsimulator
69-
XCODE_ACTION=build
70-
XCODE_DESTINATION="name=Apple Watch - 38mm"
71-
- osx_image: xcode9
72-
env:
73-
- JOB=CARTHAGE
74-
script:
75-
- brew update 1> /dev/null 2> /dev/null
76-
- brew outdated carthage || brew upgrade carthage
77-
- carthage build --no-skip-current
78-
- for platform in Mac iOS tvOS watchOS; do test -d Carthage/Build/${platform}/PrettyColors.framework || exit 1; done
7951
git:
8052
submodules: false
8153
before_install:

0 commit comments

Comments
 (0)