Skip to content

Commit

Permalink
Install rebar on travis for hex_web deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jun 29, 2016
1 parent 3673e26 commit c5d9bdf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ before_install:

- mkdir -p ${HEXWEB_MIX_HOME}
- PATH=$(pwd)/${HEXWEB_ELIXIR_PATH}/bin:$(pwd)/${HEXWEB_OTP_PATH}/bin:${PATH} MIX_HOME=$(pwd)/${HEXWEB_MIX_HOME} MIX_ARCHIVES=$(pwd)/${HEXWEB_MIX_HOME} mix local.hex --force
- PATH=$(pwd)/${HEXWEB_ELIXIR_PATH}/bin:$(pwd)/${HEXWEB_OTP_PATH}/bin:${PATH} MIX_HOME=$(pwd)/${HEXWEB_MIX_HOME} MIX_ARCHIVES=$(pwd)/${HEXWEB_MIX_HOME} mix local.rebar --force
- mix local.hex --force
before_script:
- git clone https://github.com/hexpm/hex_web.git
Expand All @@ -43,10 +44,6 @@ env:
- ELIXIR=master
matrix:
include:
- otp_release: 17.5
env: ELIXIR=v1.0.5
- otp_release: 17.5
env: ELIXIR=v1.1.1
- otp_release: 18.3
env: ELIXIR=v1.0.5
- otp_release: 18.3
Expand All @@ -57,6 +54,10 @@ matrix:
env: ELIXIR=v1.3.1
- otp_release: 18.3
env: ELIXIR=master
- otp_release: 17.5
env: ELIXIR=v1.0.5
- otp_release: 17.5
env: ELIXIR=v1.1.1
notifications:
recipients:
- [email protected]

0 comments on commit c5d9bdf

Please sign in to comment.