aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Weiss2018-03-22 17:58:53 +0100
committerMichael Weiss2018-03-23 16:06:40 +0100
commitcd2e341b26d17cbfe2ecc128e815c19d1602dc59 (patch)
tree17f2ba821f9068e98c820bc6d5153cf6dd94741d /.travis.yml
parent674a2066a15f10ad401bc7c5a684bcf28003421c (diff)
Fix the TLS errors from Travis CI
See: https://github.com/gjtorikian/html-proofer/wiki/Using-HTMLProofer-From-Ruby-and-Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2579a6b..35eec4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,10 @@
language: ruby
rvm:
- 2.3.3
+addons:
+ apt:
+ packages:
+ - libcurl4-openssl-dev # Required to avoid TLS errors
script:
- set -e # halt script on error