mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-20 09:48:26 +00:00
libevent2 => libevent
This commit is contained in:
parent
5d78b8e302
commit
e424e8d355
@ -31,7 +31,7 @@ compiler:
|
||||
|
||||
before_install:
|
||||
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi'
|
||||
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew outdated libevent2 || brew upgrade libevent2; fi'
|
||||
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew outdated libevent || brew upgrade libevent; fi'
|
||||
|
||||
script:
|
||||
- 'cd $TRAVIS_BUILD_DIR && cd $PROJECT'
|
||||
|
Loading…
x
Reference in New Issue
Block a user