aboutsummaryrefslogtreecommitdiff
path: root/openssl/test/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/test/run.sh')
-rwxr-xr-xopenssl/test/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/test/run.sh b/openssl/test/run.sh
index 829f11e9..1c23067f 100755
--- a/openssl/test/run.sh
+++ b/openssl/test/run.sh
@@ -8,7 +8,7 @@ if [ "$TEST_FEATURES" == "true" ]; then
fi
if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
- FEATURES="$FEATURES nightly"
+ FEATURES="$FEATURES nightly catch_unwind"
fi
if [ "$TRAVIS_OS_NAME" != "osx" ]; then