Commit 69633bb4 authored by Richard Levitte's avatar Richard Levitte
Browse files

We've switch to unified build scheme by default, reflect it in travis



We want to preserve a couple of classic builds still, the quickest is
to change all --unified to --classic

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent 6a6462f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"