Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit eaae907

Browse files
committed
Merge pull request #70 from ParsePlatform/nlutsenko.travis.swift
Add ParseUIDemo-Swift to Travis CI.
2 parents 40d347a + 06b0533 commit eaae907

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
@@ -10,4 +10,5 @@ script:
1010
- pod lib lint --quick ParseUI.podspec
1111
- pod lib lint --use-libraries ParseUI.podspec
1212
- xctool -workspace ParseUI.xcworkspace -scheme 'ParseUI' -sdk iphonesimulator build
13-
- xctool -workspace ParseUI.xcworkspace -scheme 'ParseUIDemo' -sdk iphonesimulator build
13+
- xctool -workspace ParseUI.xcworkspace -scheme 'ParseUIDemo' -sdk iphonesimulator build
14+
- xctool -workspace ParseUI.xcworkspace -scheme 'ParseUIDemo-Swift' -sdk iphonesimulator build

0 commit comments

Comments
 (0)