Skip to content

Commit 7fb3333

Browse files
committed
Bootstrap Carthage on CI
1 parent 1360608 commit 7fb3333

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ matrix:
2121
before_install:
2222
- gem install xcpretty
2323
- gem install xcpretty-travis-formatter
24-
install: script/bootstrap
24+
install:
25+
- script/bootstrap
26+
- carthage bootstrap
2527
script: script/cibuild
2628

2729
notifications:

0 commit comments

Comments
 (0)