From df2fb7a193d0e7be8f1f7afcdac08f718445b2a3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 5 Feb 2016 13:33:03 +0100 Subject: [PATCH] travis: disable integration tests Without acceleration, this is too slow. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef8b3075..b14ec1f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,11 +25,6 @@ matrix: - os: osx compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json" - - os: linux - compiler: gcc - env: - - RUN_INTEGRATION=1 - - LLDPD_CONFIG_ARGS="--localstatedir=/var --sysconfdir=/etc --prefix=/usr" - os: linux compiler: gcc env: -- 2.39.5