Skip to content

Commit 2f072bf

Browse files
authored
Merge pull request #20 from Project-OSRM/1ec5-travis-cache
Cache Carthage builds on Travis
2 parents 0e0b2fd + dc1515e commit 2f072bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
language: objective-c
22
osx_image: xcode8.2
3+
cache:
4+
directories:
5+
- Carthage
36
install:
4-
- carthage bootstrap --platform $PLATFORM
7+
- brew update
8+
- brew outdated carthage || brew upgrade carthage
9+
- carthage bootstrap --no-use-binaries --platform $PLATFORM --cache-builds
510
before_script:
611
- export LANG=en_US.UTF-8
712
script:

0 commit comments

Comments
 (0)