From 6a427fb18c67a04461d2925ac421e5476143b7b4 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 12 Oct 2013 17:52:21 +0200 Subject: [PATCH] travis: don't limit tests to master branch. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa7e2d0a..b5238bce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,3 @@ env: - LLDPD_CONFIG_ARGS="" - LLDPD_CONFIG_ARGS="--with-embedded-libevent" - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3" -branches: - only: - - master - - branch-0.5 -- 2.39.5