adjust env usage in travis

This commit is contained in:
Anthony Green
2018-01-10 09:38:15 -05:00
parent 5314b10671
commit c194448ef0

View File

@@ -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