We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b2834 commit f6e5cbdCopy full SHA for f6e5cbd
.travis.yml
@@ -15,6 +15,7 @@ env:
15
- BUILD="pod repo update && pod lib lint RxDataSources.podspec --verbose && pod lib lint Differentiator.podspec --verbose "
16
- BUILD="carthage update --platform iOS && carthage build --no-skip-current --platform iOS"
17
- BUILD="carthage update --platform tvOS && carthage build --no-skip-current --platform tvOS"
18
+ - BUILD="swift test"
19
20
script: eval "${BUILD}"
21
0 commit comments