소스 검색

cache hex packages in travis

pull/551/head
Tristan Sloughter 10 년 전
부모
커밋
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:

불러오는 중...
취소
저장