Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add OS X to travis build
  • Loading branch information
dominicgs committed Jul 3, 2016
1 parent 6d6bf5c commit 8d6c49c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .travis.yml
Expand Up @@ -4,15 +4,25 @@ cache: apt

sudo: false

addons:
apt:
packages:
- libpcap-dev
#addons:
# apt:
# packages:
# - libpcap-dev

os:
- linux
- osx

compiler:
- clang
- gcc

matrix:
exclude:
# /usr/bin/gcc on OS X is clang, so it's not meaningful to build against both.
- os: osx
compiler: gcc

before_script:
- mkdir build
- cd build
Expand Down

0 comments on commit 8d6c49c

Please sign in to comment.