1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #2301 from LudwigOrtmann/issue-2300

travis: disable qemu unittests temporarily
This commit is contained in:
Oleg Hahm 2015-01-14 11:40:04 +01:00
commit 52cc7eb122

View File

@ -59,7 +59,10 @@ script:
- ./dist/tools/cppcheck/check.sh master --diff-filter=AC || exit
- make -C ./tests/unittests all test BOARD=native || exit
- make -C ./tests/unittests all test BOARD=qemu-i386 || exit
# TODO:
# Reenable once https://github.com/RIOT-OS/RIOT/issues/2300 is
# resolved:
# - make -C ./tests/unittests all test BOARD=qemu-i386 || exit
- ./dist/tools/compile_test/compile_test.py
- ./dist/tools/pr_check/pr_check.sh riot/master