Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar0301 committed May 12, 2014
1 parent c8847e6 commit f604b85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
language: c

env:
global:
- BUILD_LIBPCAP=true

before_script:
- if [ "$BUILD_LIBPCAP" = true ]; then ( cd ../ && git clone git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure && make ); else sudo apt-get install libpcap-dev; fi

script: scons

0 comments on commit f604b85

Please sign in to comment.