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"