Skip to content

Commit

Permalink
add OS X travis-ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Feb 26, 2017
1 parent 548674b commit dc038bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sudo: required
dist: trusty

os: linux
os:
- linux
- osx

language: c

Expand All @@ -14,6 +16,10 @@ addons:
packages:
- libpcap-dev

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

cache:
apt: true

Expand Down

0 comments on commit dc038bc

Please sign in to comment.