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: compiler:
- gcc - gcc
- clang - clang
env:
- CONFIGURE_OPTIONS=--disable-shared
- CONFIGURE_OPTIONS=
matrix: matrix:
include: include:
- os: linux - os: linux
compiler: gcc compiler: gcc
env: HOST=i386-pc-linux-gnu env: HOST=i386-pc-linux-gnu
env: CONFIGURE_OPTIONS=--disable-shared
install: install:
- ./.travis/install.sh - ./.travis/install.sh