From 90e27e4839cd55dc0f3e1086f39f74dcebc22018 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Fri, 30 Aug 2013 10:39:59 +0100 Subject: [PATCH] Disable the IPv4 travis job --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6996d6c3..c1e06722d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,8 @@ env: # - BUILD_TYPE='netperf' MAKE_TARGETS='cooja' - BUILD_TYPE='shell' - BUILD_TYPE='elfloader' - - BUILD_TYPE='ipv4' +# Tests under the ipv4 dir are individually disabled. Thus the entire job can be off +# - BUILD_TYPE='ipv4' - BUILD_TYPE='ipv6-apps' - BUILD_TYPE='compile-8051-ports' BUILD_CATEGORY='compile' BUILD_ARCH='8051' - BUILD_TYPE='compile-arm-ports' BUILD_CATEGORY='compile' BUILD_ARCH='arm'