From c194448ef08b4c0183c68dda95a4b8b9cfc47985 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Wed, 10 Jan 2018 09:38:15 -0500 Subject: [PATCH] adjust env usage in travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a80cd1f5..531f4574 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,14 @@ os: compiler: - gcc - clang +env: + - CONFIGURE_OPTIONS=--disable-shared + - CONFIGURE_OPTIONS= matrix: include: - os: linux compiler: gcc env: HOST=i386-pc-linux-gnu - env: CONFIGURE_OPTIONS=--disable-shared install: - ./.travis/install.sh