We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83417e commit f5593b1Copy full SHA for f5593b1
.travis.yml
@@ -6,10 +6,4 @@ rvm:
6
- jruby-20mode
7
before_install:
8
- 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
+ - sudo apt-get install -y openssl libssl-dev
0 commit comments