summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-22 10:01:42 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-22 14:38:31 +0100
commitd5bdf6812439b607d08924ef875cadcf0d6e9698 (patch)
treeeac54f6bfce3dae384b7f915aaf45adacd99e03d /.travis.yml
parent9de94148780d4b84765849896d831be62b30fc33 (diff)
Add a "no-pic" build for Travis
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 001180e811..49cf7823d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ compiler:
env:
- CONFIG_OPTS=""
- CONFIG_OPTS="shared"
+ - CONFIG_OPTS="no-pic"
- CONFIG_OPTS="no-asm"
- CONFIG_OPTS="--debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2"
- CONFIG_OPTS="--unified"