Skip to content
Snippets Groups Projects
Commit 644fb005 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

travis: disable qemu unittests temporarily

parent 2d874af9
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,10 @@ script: ...@@ -59,7 +59,10 @@ script:
- ./dist/tools/cppcheck/check.sh master --diff-filter=AC || exit - ./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=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/compile_test/compile_test.py
- ./dist/tools/pr_check/pr_check.sh riot/master - ./dist/tools/pr_check/pr_check.sh riot/master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment