Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham authored Apr 20, 2019
1 parent 43cb56e commit bf270e9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
# every time something is submitted, and send me email if
# the test breaks
language: c

os:
- linux
- osx

compiler:
- gcc
- clang

before_install:
- sudo apt-get install -y libpcap-dev
script: make && make test
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libpcap-dev

script:
- make test


0 comments on commit bf270e9

Please sign in to comment.