Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Attempt to get OS X building
  • Loading branch information
fklassen authored Feb 26, 2017
1 parent dc038bc commit 16bdb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ addons:

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

cache:
apt: true
Expand Down

0 comments on commit 16bdb0c

Please sign in to comment.