Skip to content

Commit 2c6827d

Browse files
committed
update travis script
1 parent 85fc3be commit 2c6827d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ osx_image: xcode10
44
script:
55
xcodebuild -workspace CollectionKit.xcworkspace -scheme CollectionKit -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone XR,OS=12.0' build test
66

7+
before_install:
8+
- pod repo update
9+
710
after_success:
811
- bash <(curl -s https://codecov.io/bash) -J 'CollectionKit'

0 commit comments

Comments
 (0)