Skip to content

Commit f6e5cbd

Browse files
devxoulkzaher
authored andcommitted
Add a swift test build script for Travis CI
1 parent 09b2834 commit f6e5cbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
- BUILD="pod repo update && pod lib lint RxDataSources.podspec --verbose && pod lib lint Differentiator.podspec --verbose "
1616
- BUILD="carthage update --platform iOS && carthage build --no-skip-current --platform iOS"
1717
- BUILD="carthage update --platform tvOS && carthage build --no-skip-current --platform tvOS"
18+
- BUILD="swift test"
1819

1920
script: eval "${BUILD}"
2021

0 commit comments

Comments
 (0)