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:
parent
14386d06dc
commit
841df2a6af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue