From a375f938e457b5b91f565d020500abdd457b6734 Mon Sep 17 00:00:00 2001 From: Nathaniel Waisbrot Date: Wed, 11 May 2016 22:40:17 -0400 Subject: [PATCH] more travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4dad8dd..a302a47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: - REBAR_VSN=3 before_install: +- echo "--> OTP = ${TRAVIS_OTP_RELEASE}" - ./scripts/install-rebar.sh install: - ./scripts/install-deps.sh @@ -22,5 +23,4 @@ deploy: script: ./scripts/deploy-hex.sh on: tags: true - condition: $REBAR_VSN = '3' - otp_release: '18.2' + condition: $REBAR_VSN = '3' && $TRAVIS_OTP_RELEASE = "18.2"