Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
more travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Waisbrot committed May 12, 2016
1 parent c844d3f commit a375f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
- REBAR_VSN=3

before_install:
- echo "--> OTP = ${TRAVIS_OTP_RELEASE}"
- ./scripts/install-rebar.sh
install:
- ./scripts/install-deps.sh
Expand All @@ -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"

0 comments on commit a375f93

Please sign in to comment.