aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2016-03-14 12:47:47 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-14 16:38:48 +0100
commitd7a275eee364009fb2388102e186d2fb3f6cd1aa (patch)
tree5cad87536843a8867cb3cd18f35a43636aa3c40a /.travis.yml
parent74acf1c41e9110fdc82324deb75f20d6efab7bd4 (diff)
downloadopenssl-d7a275eee364009fb2388102e186d2fb3f6cd1aa.tar.gz
Travis: build tests in BUILDONLY mode
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ebe12b92d..359a9805d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,6 +94,8 @@ script:
export EXE_SHELL="wine" WINEPREFIX=`pwd`;
fi;
HARNESS_VERBOSE=yes make test;
+ else
+ make build_tests;
fi
- cd ..