summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-11-07 11:50:55 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-11-07 11:50:55 +0300
commit392edee2923866792260d6b0eb21f3c32ed81d0f (patch)
tree228d13fd10522e27f9493a78120c89eb6d1fd527 /.travis.yml
parent3efd0bc4e443132653d42aca1a80b22b14930dd8 (diff)
downloadbdwgc-392edee2923866792260d6b0eb21f3c32ed81d0f.tar.gz
Travis CI: Test configure --disable-throw-bad-alloc-library (Linux, OS X)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c38ffd0a..edd4b89f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,7 +94,7 @@ matrix:
- os: osx
env:
- CFLAGS_EXTRA="-D DBG_HDRS_ALL -D SHORT_DBG_HDRS -D LINT2"
- - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus --enable-handle-fork=manual"
+ - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus --enable-handle-fork=manual --disable-throw-bad-alloc-library"
- NO_CLONE_LIBATOMIC_OPS=true
- os: linux
compiler: gcc
@@ -118,7 +118,7 @@ matrix:
- libatomic-ops-dev
compiler: gcc
env:
- - CONF_OPTIONS="--with-libatomic-ops=yes --enable-gc-assertions --enable-cplusplus"
+ - CONF_OPTIONS="--with-libatomic-ops=yes --enable-gc-assertions --enable-cplusplus --disable-throw-bad-alloc-library"
- CFLAGS_EXTRA="-D TEST_PAGES_EXECUTABLE"
- NO_CLONE_LIBATOMIC_OPS=true
- os: osx