From: Vincent Bernat Date: Fri, 5 Feb 2016 08:37:10 +0000 (+0100) Subject: travis: order environment variables to be easier to read X-Git-Tag: 0.9.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf87ba82ca76829c31a14a798aaf2bec4d57cdda;p=thirdparty%2Flldpd.git travis: order environment variables to be easier to read --- diff --git a/.travis.yml b/.travis.yml index b30ca06d..ef8b3075 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"