From bf87ba82ca76829c31a14a798aaf2bec4d57cdda Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 5 Feb 2016 09:37:10 +0100 Subject: [PATCH] travis: order environment variables to be easier to read --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5