Skip to content

Commit ad82e3f

Browse files
committed
Cache directories
1 parent 3d6fb21 commit ad82e3f

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.travis.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
21
---
3-
os:
4-
- linux
5-
- osx
6-
72
sudo: false
83

94
language: elixir
105
elixir:
116
- 1.7.2
12-
- 1.6.5
7+
- 1.6.6
138
otp_release:
149
- 21.0
15-
- 20.0
10+
- 20.3
11+
12+
cache:
13+
directories:
14+
- "$HOME/.hex/packages/hexpm"
15+
- "$HOME/Library/Caches/Homebrew"
1616

1717
addons:
1818
apt:
@@ -27,7 +27,3 @@ env:
2727
- EXECJS_RUNTIME=SpiderMonkey
2828
- EXECJS_RUNTIME=JavaScriptCore
2929
- EXECJS_RUNTIME=Rhino
30-
31-
before_install:
32-
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
33-
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install node spidermonkey rhino; fi

0 commit comments

Comments
 (0)