]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: order environment variables to be easier to read
authorVincent Bernat <vincent@bernat.im>
Fri, 5 Feb 2016 08:37:10 +0000 (09:37 +0100)
committerVincent Bernat <vincent@bernat.im>
Fri, 5 Feb 2016 08:37:10 +0000 (09:37 +0100)
.travis.yml

index b30ca06dac0a8353762f612616dde982de9f46ed..ef8b30754eea8ae9636d3076b45c84683db47dad 100644 (file)
@@ -28,10 +28,10 @@ matrix:
     - os: linux
       compiler: gcc
       env: 
-        - LLDPD_CONFIG_ARGS="--localstatedir=/var --sysconfdir=/etc --prefix=/usr"
         - RUN_INTEGRATION=1
+        - LLDPD_CONFIG_ARGS="--localstatedir=/var --sysconfdir=/etc --prefix=/usr"
     - os: linux
       compiler: gcc
       env:
-        - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"
         - RUN_COVERITY=1
+        - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json"