Return to .travis.yml CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping |
arping 2.21
language: c compiler: - clang - gcc script: ./bootstrap.sh && ./configure && make && make check before_install: - sudo apt-get update -qq - sudo apt-get install -qq libpcap-dev libnet1-dev check libsubunit-dev