Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Another attempt at OS X build
  • Loading branch information
fklassen authored Feb 26, 2017
1 parent 16bdb0c commit c98913a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ addons:
- libpcap-dev

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

cache:
apt: true
Expand Down

0 comments on commit c98913a

Please sign in to comment.