Explorar el Código

cache hex packages in travis

pull/551/head
Tristan Sloughter hace 10 años
padre
commit
5e6642680b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml Ver fichero

@ -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:

Cargando…
Cancelar
Guardar