We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc038bc commit 16bdb0cCopy full SHA for 16bdb0c
.travis.yml
@@ -18,7 +18,7 @@ addons:
18
19
before_install:
20
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
21
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libpcap; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install bison flex libpcap; fi
22
23
cache:
24
apt: true
0 commit comments