Allow failures on ARM64

test_monitor fails on TravisCI
I wasn't able to reproduce the problem on my aarch64 VM and with Docker+QEMU
This commit is contained in:
Martin Grigorov 2021-01-11 14:03:48 +02:00 committed by GitHub
parent 98e4f9eb4b
commit 89ff13b54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,8 @@ matrix:
- libnorm-dev
- libpgm-dev
- libgnutls28-dev
allow_failures:
- arch: arm64
before_install:
- if [ $TRAVIS_OS_NAME == "osx" -a $BUILD_TYPE == "android" ] ; then brew update; brew install binutils ; fi