Ignore failures in Travis CI Oracle build

Spurious ORA-12520 errors happen all the time in this build.

See #801.
This commit is contained in:
Vadim Zeitlin
2020-12-27 13:30:32 +01:00
parent 25fee967cb
commit 7bf5edf91a

View File

@@ -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: