diff --git a/.travis.yml b/.travis.yml index 3d35758..a1187de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,10 @@ script: - ./scripts/run-tests.sh - ./scripts/run-dialyzer.sh deploy: + skip_cleanup: true provider: script script: scripts/deploy-hex.sh on: tags: true + condition: $REBAR_VSN = '3' + erlang: 18.2