From 85c346f78c59be1f37e0623926c19a4ca2bd1ea1 Mon Sep 17 00:00:00 2001 From: Nathaniel Waisbrot Date: Wed, 11 May 2016 22:09:06 -0400 Subject: [PATCH] try another travis config for deployment --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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