Skip to content

Commit 98cb8bc

Browse files
committed
Split up Carthage job by platform
1 parent 72740c1 commit 98cb8bc

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.travis.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,27 @@ matrix:
5656
- script:
5757
- brew update
5858
- brew outdated carthage || brew upgrade carthage
59-
- carthage build --no-skip-current
59+
- carthage build --no-skip-current --platform mac
6060
env:
61-
- JOB=CARTHAGE
61+
- JOB=CARTHAGE-macOS
62+
- script:
63+
- brew update
64+
- brew outdated carthage || brew upgrade carthage
65+
- carthage build --no-skip-current --platform iOS
66+
env:
67+
- JOB=CARTHAGE-iOS
68+
- script:
69+
- brew update
70+
- brew outdated carthage || brew upgrade carthage
71+
- carthage build --no-skip-current --platform tvOS
72+
env:
73+
- JOB=CARTHAGE-tvOS
74+
- script:
75+
- brew update
76+
- brew outdated carthage || brew upgrade carthage
77+
- carthage build --no-skip-current --platform watchOS
78+
env:
79+
- JOB=CARTHAGE-watchOS
6280
- os: osx
6381
language: generic
6482
script: swift build

0 commit comments

Comments
 (0)