Skip to content

Commit c96a520

Browse files
authored
Support travis cache builds (#39)
1 parent 0daa488 commit c96a520

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: swift
22
osx_image: xcode9
33

4+
cache:
5+
directories:
6+
- Carthage
7+
48
env:
59
global:
610
- LC_CTYPE=en_US.UTF-8
@@ -28,7 +32,7 @@ before_install:
2832

2933
before_script:
3034
- swiftlint
31-
- carthage bootstrap $PLATFORM
35+
- carthage bootstrap $PLATFORM --cache-builds
3236

3337
script:
3438
- danger process danger-swift

0 commit comments

Comments
 (0)