From: Ivan Maidanski Date: Wed, 21 Sep 2016 18:29:55 +0000 (+0300) Subject: Travis CI configuration: temporarily remove --enable-handle-fork X-Git-Tag: v8.0.0~1145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4edfb65;p=gc Travis CI configuration: temporarily remove --enable-handle-fork (while OS X handle-fork is not fixed) --- diff --git a/.travis.yml b/.travis.yml index 39a73403..c99c04b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,5 @@ install: - ./autogen.sh script: - - ./configure --enable-werror --enable-handle-fork --enable-munmap + - ./configure --enable-werror --enable-munmap - make -j check