summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorLaurence Tratt <laurie@tratt.net>2018-12-03 17:48:08 +0000
committerLaurence Tratt <laurie@tratt.net>2018-12-03 17:48:08 +0000
commite8a64c9937ba54865544257658d1b0b3531bc820 (patch)
tree8424aeb2fd0803f64610dbda5b43b545dfe4beca /.circleci
parentaf4488357c9b3e003b883e89c16aaa675ad0c6ac (diff)
downloadrust-openssl-e8a64c9937ba54865544257658d1b0b3531bc820.zip
Only run 2.9.0 tests.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f1535159..62ef72c9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -106,9 +106,6 @@ openssl_101: &OPENSSL_101
libressl_250: &LIBRESSL_250
LIBRARY: libressl
VERSION: 2.5.0
-libressl_28x: &LIBRESSL_28x
- LIBRARY: libressl
- VERSION: 2.8.2
libressl_290: &LIBRESSL_290
LIBRARY: libressl
VERSION: 2.9.0
@@ -196,10 +193,6 @@ jobs:
<<: *JOB
environment:
<<: [*LIBRESSL_250, *X86_64, *BASE]
- x86_64-libressl-2.8.x:
- <<: *JOB
- environment:
- <<: [*LIBRESSL_28x, *X86_64, *BASE]
x86_64-libressl-2.9.0:
<<: *JOB
environment:
@@ -231,6 +224,6 @@ workflows:
- armhf-openssl-1.1.0
- armhf-openssl-1.0.2
- x86_64-libressl-2.5.0
- - x86_64-libressl-2.8.x
+ - x86_64-libressl-2.9.0
- macos
- macos-vendored