瀏覽代碼

cache hex packages in travis

pull/551/head
Tristan Sloughter 9 年之前
父節點
當前提交
5e6642680b
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      .travis.yml

+ 3
- 0
.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:

Loading…
取消
儲存