diff options
author | Tristan Sloughter <t@crashfast.com> | 2016-03-28 07:39:23 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2016-03-28 07:39:23 -0500 |
commit | bd701602105ea14e7785a30647a5951da676bc02 (patch) | |
tree | 7d3c747a88c8aa0017909e84ba38c24a2f7e2c01 | |
parent | c67ac9292c4c264a209e6b9308b619c65d03d86c (diff) |
change travis config to only upload escripts for tags (stable releases)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |