diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-06-30 21:26:05 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-07-07 17:08:17 -0500 |
commit | 5e6642680b48338a78bf5b6f694ba0d7352317ac (patch) | |
tree | 354330359fb42cd5d876a99d8df8f4c9373eccdb | |
parent | 39e5c805268b53c14d0aaf806fdb35ecb3b2a3ff (diff) |
cache hex packages in travis
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a94d5c8..d1163c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ script: "./rebar3 ct" branches: only: - master +cache: + directories: + - $HOME/.cache/rebar3/hex/com/amazonaws/s3/s3.hex.pm/tarballs/packages/ before_deploy: "rm -rf !(rebar3)" deploy: on: |