Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Dec 21, 2022
1 parent 7053d42 commit 26d10dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ before_script:
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get -y update || true ; fi
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y g++ make cmake libssl-dev libuv1-dev || true ; fi

- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install --force-bottle erlang || true; fi
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install libuv cmake [email protected] || true; fi
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install erlang libuv cmake [email protected] || true; fi

- curl https://s3.amazonaws.com/rebar3/rebar3 --output rebar3 && chmod +x rebar3

Expand Down

0 comments on commit 26d10dc

Please sign in to comment.