summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2016-07-06 07:10:52 -0500
committerRene Rivera <grafikrobot@gmail.com>2016-07-06 07:10:52 -0500
commitc01bdb4a8c6916a05da1c0c2f3d762d6cadaa257 (patch)
treec8d92f9f2db49b4f4d06b6bd4e3fbc189cbf950d
parentdb2e38c28c15c2d31c15e5d607f42eb17734add8 (diff)
downloadboost-c01bdb4a8c6916a05da1c0c2f3d762d6cadaa257.tar.gz
Allow library checks to fail for now. When we get better conformance we'll turn it back on as required.
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 760236f752..13b76b6357 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,6 +59,10 @@ matrix:
- env:
- SCRIPT=ci_boost_library_check
+ allow_failures:
+ - env:
+ - SCRIPT=ci_boost_library_check
+
before_install:
# Fetch the scripts to do the actual building/testing.
- |