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…
Reference in New Issue