Skip to content

Commit c3227d1

Browse files
committed
Add Carthage cache on CI
1 parent c7f507f commit c3227d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: objective-c
22
osx_image: xcode10.1
3+
cache:
4+
directories:
5+
- Carthage
36
env:
47
global:
58
- FRAMEWORK_NAME=SQLiteMigrationManager
@@ -11,7 +14,7 @@ before_script:
1114
script:
1215
- travis_retry ./bin/run-tests
1316
before_deploy:
14-
- carthage build --platform iOS --no-skip-current
17+
- carthage build --platform iOS,macOS --no-skip-current
1518
- carthage archive $FRAMEWORK_NAME
1619
deploy:
1720
provider: releases

0 commit comments

Comments
 (0)