]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Travis script: refactor env section 369/head
authorfxlb <[email protected]>
Fri, 28 Feb 2014 12:48:49 +0000 (13:48 +0100)
committerfxlb <[email protected]>
Fri, 28 Feb 2014 12:48:49 +0000 (13:48 +0100)
.travis.yml

index 1adf3b2e315220583674c29e35c8d6c895230293..40d0d1a60f9b7cca881387606f59f4d32a5b350e 100644 (file)
@@ -5,8 +5,11 @@ compiler:
   - clang
 
 env:
-  - BUILD_LIBPCAP=true BUILD_IPV6=true
-  - BUILD_LIBPCAP=true BUILD_IPV6=false
+  global:
+    - BUILD_LIBPCAP=true
+  matrix:
+    - BUILD_IPV6=true
+    - BUILD_IPV6=false
 
 before_script:
   - sudo apt-get install libssl-dev libssl0.9.8 libssl1.0.0