mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-20 09:48:26 +00:00
TravisCI: simplify brew commands
This commit is contained in:
parent
7b3cda0f9a
commit
a8a30aa1c1
@ -30,8 +30,7 @@ compiler:
|
||||
- clang
|
||||
|
||||
before_install:
|
||||
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi'
|
||||
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install libevent; fi'
|
||||
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update > /dev/null && brew install libevent; fi'
|
||||
|
||||
script:
|
||||
- 'cd $TRAVIS_BUILD_DIR && cd $PROJECT'
|
||||
|
Loading…
x
Reference in New Issue
Block a user