adjust env usage in travis
diff --git a/.travis.yml b/.travis.yml
index a80cd1f..531f457 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