install libevent

install, not intall
This commit is contained in:
Thomas Bernard 2015-09-09 17:38:43 +02:00
parent e424e8d355
commit 1943271ea9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ compiler:
before_install:
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi'
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew outdated libevent || brew upgrade libevent; fi'
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install libevent; fi'
script:
- 'cd $TRAVIS_BUILD_DIR && cd $PROJECT'