]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Ask for more warnings during a Travis CI build 368/head
authorfxlb <[email protected]>
Fri, 28 Feb 2014 11:44:47 +0000 (12:44 +0100)
committerfxlb <[email protected]>
Fri, 28 Feb 2014 11:44:47 +0000 (12:44 +0100)
.travis.yml: add 'touch .devel configure'

.travis.yml

index 888b20a72509ce5821d57056934b41832b83f62a..1adf3b2e315220583674c29e35c8d6c895230293 100644 (file)
@@ -13,6 +13,7 @@ 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:
+  - touch .devel configure
   - if [ "$BUILD_IPV6" = "true" ]; then ./configure; else ./configure --disable-ipv6; fi
   - make
   - if [ "$BUILD_IPV6" = "true" ]; then make check; else true; fi