diff options
author | Rene Rivera <grafikrobot@gmail.com> | 2016-07-06 07:10:52 -0500 |
---|---|---|
committer | Rene Rivera <grafikrobot@gmail.com> | 2016-07-06 07:10:52 -0500 |
commit | c01bdb4a8c6916a05da1c0c2f3d762d6cadaa257 (patch) | |
tree | c8d92f9f2db49b4f4d06b6bd4e3fbc189cbf950d /.travis.yml | |
parent | db2e38c28c15c2d31c15e5d607f42eb17734add8 (diff) | |
download | boost-c01bdb4a8c6916a05da1c0c2f3d762d6cadaa257.tar.gz |
Allow library checks to fail for now. When we get better conformance we'll turn it back on as required.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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. - | |