Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
attempt local upgrade of old travis rebar3 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalotomas committed Sep 29, 2018
1 parent e1adafc commit dde9dd7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ otp_release:
services:
- docker
install:
- which rebar3
- rebar3 --version
- rebar3 local upgrade
- which rebar3
- chmod u+x /home/travis/.cache/rebar3/bin/rebar3
- cp /home/travis/.cache/rebar3/bin/rebar3 /usr/local/bin/
- rebar3 --version
- make all
- rebar3 xref
- rebar3 dialyzer
Expand All @@ -18,7 +20,6 @@ before_script:
- epmd -daemon
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
script:
- rebar3 --version
- rebar3 eunit
- rebar3 ct --readable=false
- rebar3 as test coveralls send
Expand Down

0 comments on commit dde9dd7

Please sign in to comment.