Commit c194448ef08b4c0183c68dda95a4b8b9cfc47985

Anthony Green 2018-01-10T09:38:15

adjust env usage in travis

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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