From 7bf5edf91ae9b8472b164c18436107b8cf96cc7d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 27 Dec 2020 13:30:32 +0100 Subject: [PATCH] Ignore failures in Travis CI Oracle build Spurious ORA-12520 errors happen all the time in this build. See #801. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b7baf576..acd86785 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,8 @@ jobs: - env: SOCI_TRAVIS_BACKEND=sqlite3 - env: SOCI_TRAVIS_BACKEND=valgrind - env: SOCI_TRAVIS_BACKEND=oracle WITH_BOOST=OFF + allow_failures: + - env: SOCI_TRAVIS_BACKEND=oracle WITH_BOOST=OFF addons: apt: