summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-08 12:06:44 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-08 12:06:44 +0100
commit69633bb4c96b5b0168cd3ee4ea2f00821cb52162 (patch)
tree9a3de3aeae1b59f717890fd0cb5ea829e5367db3
parent6a6462f0f1fd83211d7de17691d1063e23cf10fb (diff)
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: Matt Caswell <matt@openssl.org>
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c642319d26..0cbc052423 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"