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'