Merge pull request #343 from g-oikonomou/travis-disable-ipv4

Disable the IPv4 travis job
This commit is contained in:
Adam Dunkels 2013-08-31 02:25:44 -07:00
commit 592b6b3385

View file

@ -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'