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 f604b85 commit b6723ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
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
- sudo apt-get install libpcap-dev

script: scons
script: scons

0 comments on commit b6723ae

Please sign in to comment.