Skip to content

Commit a76a366

Browse files
authored
Merge pull request #4 from staiyeba/use-cache
travis-ci: adding cache for directories
2 parents 0ee6f4c + efcfbde commit a76a366

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
os: osx
2+
osx_image: xcode10.2
3+
24
language: bash
35

46
git:
57
depth: false
68

9+
before_cache:
10+
- brew cleanup
11+
12+
cache:
13+
- directories:
14+
- $HOME/Library/Caches/Homebrew
15+
716
before_install:
817
- brew tap includeos/includeos
918

@@ -26,7 +35,7 @@ script:
2635
then
2736
echo "Hello World - Success! :)"
2837
else
29-
echo "Failed to reach Success :("
38+
echo "Failed :("
3039
fi
3140
3241
after_script:

0 commit comments

Comments
 (0)