Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMôshe van der Sterre <me@moshe.nl>2016-02-15 19:31:28 +0300
committerMôshe van der Sterre <me@moshe.nl>2016-02-15 19:31:28 +0300
commit953aa2aa852cac62e864d7b49c83bf02523e3009 (patch)
tree2c00e233bda754e0381bcf077946968ec9823748 /.travis.yml
parentf3894fb9e9c9eaa78ab69ea2076a7b3698bd0d41 (diff)
Adding required /etc/hosts entries to .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d2f7b1db..127c6e680 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,9 +65,14 @@ branches:
sudo: false
addons:
- # make sure simplehttp simple verification works (custom /etc/hosts)
+ # Custom /etc/hosts required for SimpleHTTP simple verification,
+ # simple_verify for http01 and tls-sni-01, and letsencrypt_test_nginx
hosts:
- le.wtf
+ - le1.wtf
+ - le2.wtf
+ - le3.wtf
+ - nginx.wtf
mariadb: "10.0"
apt:
sources: