adjust env usage in travis
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user