From 5567eec0ff5b82d499c7555e8d1af188f47c6c93 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 16 Aug 2016 00:28:08 +0300 Subject: [PATCH] Travis CI configuration: Remove default configure options; move configure to 'script' section --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cea798bf..39a73403 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ sudo: false install: - git clone --depth=50 https://github.com/ivmai/libatomic_ops.git - ./autogen.sh - - ./configure --enable-werror --enable-handle-fork --enable-gcj-support --enable-atomic-uncollectible --enable-disclaim --enable-munmap script: + - ./configure --enable-werror --enable-handle-fork --enable-munmap - make -j check -- 2.40.0