Skip to content

Commit 16bdb0c

Browse files
authored
Update .travis.yml
Attempt to get OS X building
1 parent dc038bc commit 16bdb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ addons:
1818

1919
before_install:
2020
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
21-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libpcap; fi
21+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install bison flex libpcap; fi
2222

2323
cache:
2424
apt: true

0 commit comments

Comments
 (0)