From d32a3f3cb29c21040f5c697238eee75e4582c583 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 28 Dec 2014 12:00:20 -0600 Subject: update travis s3 deploy condition --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ee3458..df04fd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_deploy: "rm -rf !(rebar3)" deploy: on: branch: master - condition: $TRAVIS_OTP_RELEASE = R15B01 + condition: $TRAVIS_OTP_RELEASE = R15B03 provider: s3 access_key_id: AKIAJAPYAQEFYCYSNL7Q secret_access_key: -- cgit v1.1