We've switch to unified build scheme by default, reflect it in travis
authorRichard Levitte <levitte@openssl.org>
Tue, 8 Mar 2016 11:06:44 +0000 (12:06 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Mar 2016 11:06:44 +0000 (12:06 +0100)
We want to preserve a couple of classic builds still, the quickest is
to change all --unified to --classic

Reviewed-by: Matt Caswell <matt@openssl.org>
.travis.yml

index c642319d26f5a8200b34c540922a330c2a97467e..0cbc05242311b9a98e62ee396dd6d69281eedef2 100644 (file)
@@ -24,8 +24,8 @@ env:
     - CONFIG_OPTS="shared"
     - CONFIG_OPTS="--debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2"
     - CONFIG_OPTS="" BUILDONLY="yes"
-    - CONFIG_OPTS="--unified" BUILDONLY="yes"
-    - CONFIG_OPTS="--unified shared" BUILDONLY="yes"
+    - CONFIG_OPTS="--classic" BUILDONLY="yes"
+    - CONFIG_OPTS="--classic shared" BUILDONLY="yes"
     - CONFIG_OPTS="no-pic" BUILDONLY="yes"
     - CONFIG_OPTS="no-engine" BUILDONLY="yes"