mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
Merge pull request #233 from malvira/pr-disable-netperf
Travis: disable the netperf test because it is flaky
This commit is contained in:
commit
b83366b1ef
@ -48,7 +48,8 @@ env:
|
||||
- BUILD_TYPE='ipv6' MAKE_TARGETS='cooja'
|
||||
- BUILD_TYPE='hello-world' MAKE_TARGETS='cooja'
|
||||
- BUILD_TYPE='base' MAKE_TARGETS='cooja'
|
||||
- BUILD_TYPE='netperf' MAKE_TARGETS='cooja'
|
||||
# XXX: netperf disabled b/c it's flaky
|
||||
# - BUILD_TYPE='netperf' MAKE_TARGETS='cooja'
|
||||
- BUILD_TYPE='shell' MAKE_TARGETS='cooja'
|
||||
- BUILD_TYPE='elfloader' MAKE_TARGETS='cooja'
|
||||
- BUILD_TYPE='ipv4' MAKE_TARGETS='cooja'
|
||||
|
Loading…
Reference in New Issue
Block a user