travis: allow failure of the kernel job. It sometimes times out when travis is on heavy load (which is a false positive).

This commit is contained in:
Matthias Krüger 2014-03-17 19:47:23 +01:00
parent 14386d06dc
commit 841df2a6af
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ matrix:
exclude:
- compiler: clang
env: CXXFLAGS="-O3 -march=native -mtune=native" SRCDIR=build CHECK_KERNEL=yes
# kernel check can time out during travis rush hour, so make failure of it less grave...
allow_failures:
- env: CXXFLAGS="-O3 -march=native -mtune=native" SRCDIR=build CHECK_KERNEL=yes
before_install:
# install needed deps