We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fc3be commit 2c6827dCopy full SHA for 2c6827d
1 file changed
.travis.yml
@@ -4,5 +4,8 @@ osx_image: xcode10
4
script:
5
xcodebuild -workspace CollectionKit.xcworkspace -scheme CollectionKit -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone XR,OS=12.0' build test
6
7
+before_install:
8
+ - pod repo update
9
+
10
after_success:
11
- bash <(curl -s https://codecov.io/bash) -J 'CollectionKit'
0 commit comments