We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999dfb8 commit 26114aaCopy full SHA for 26114aa
1 file changed
.travis.yml
@@ -7,20 +7,9 @@ env:
7
global:
8
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
9
10
-addons:
11
- apt:
12
- packages:
13
- - libcurl4-openssl-dev # required to avoid SSL errors
14
-
15
branches:
16
only:
17
- gh-pages
18
- /.*/
19
20
-before_install:
21
-- openssl version
22
-- openssl ciphers -v
23
-- openssl s_client -cipher ECDHE-RSA-AES256-GCM-SHA384 -connect github.blog:443 -tls1_2
24
-- curl -sSL -D - https://github.blog/2014-02-14-rendered-prose-diffs/ -o /dev/null
25
-sudo: false
26
cache: bundler
0 commit comments