Skip to content

Commit b194b06

Browse files
authored
1 parent 295c524 commit b194b06

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@ language: ruby
22
script: "./script/cibuild"
33
notifications:
44
email: false
5+
6+
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+
515
branches:
616
only:
717
- gh-pages
818
- /.*/
19+
920
before_install:
1021
- openssl version
1122
- openssl ciphers -v

0 commit comments

Comments
 (0)