Skip to content

Commit 241fe70

Browse files
committed
Split the SwiftPM Lib CI in two.
Looks like travis was taking a while for this as one large build, so split it so the CI finishes a bit faster.
1 parent 9fed2a7 commit 241fe70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ env:
1414
- TEST_TYPE=Xcode MODE=Example_DriveSample CFG=Both
1515
- TEST_TYPE=Xcode MODE=Example_YouTubeSample CFG=Both
1616
- TEST_TYPE=Xcode MODE=Example_StorageSample CFG=Both
17-
- TEST_TYPE=SwiftPM MODE=Lib CFG=Both
17+
- TEST_TYPE=SwiftPM MODE=Lib CFG=Debug
18+
- TEST_TYPE=SwiftPM MODE=Lib CFG=Release
1819
- TEST_TYPE=SwiftPM MODE=ServiceGenerator CFG=Both
1920
- TEST_TYPE=Pod MODE=ios CFG=Debug
2021
- TEST_TYPE=Pod MODE=ios CFG=Release

0 commit comments

Comments
 (0)