From bd701602105ea14e7785a30647a5951da676bc02 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 28 Mar 2016 07:39:23 -0500 Subject: change travis config to only upload escripts for tags (stable releases) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 630beb2..ab2d28d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ cache: before_deploy: "rm -rf !(rebar3)" deploy: on: - branch: master + tags: true condition: $TRAVIS_OTP_RELEASE = R16B03-1 provider: s3 access_key_id: AKIAJAPYAQEFYCYSNL7Q -- cgit v1.1