Skip to content

Commit f5593b1

Browse files
author
Stephen von Takach
committed
test ALPN if only if OpenSSL supports it
1 parent a83417e commit f5593b1

File tree

2 files changed

+306
-310
lines changed

2 files changed

+306
-310
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ rvm:
66
- jruby-20mode
77
before_install:
88
- sudo apt-get update -qq
9-
- sudo apt-get install -y curl
10-
- sudo apt-get purge -y openssl libssl-dev
11-
- curl -o openssl.tar.gz https://www.openssl.org/source/openssl-1.0.2a.tar.gz
12-
- cd openssl
13-
- ./config
14-
- make
15-
- make install
9+
- sudo apt-get install -y openssl libssl-dev

0 commit comments

Comments
 (0)