From c93564b99ec4fdf7cc2016cb169fc94fd41a250a Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Wed, 9 Sep 2015 20:21:57 +0000 Subject: [PATCH] Travis: update --server to point at directory --- tests/integration/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/_common.sh b/tests/integration/_common.sh index 8656b8518..c8b142cf2 100755 --- a/tests/integration/_common.sh +++ b/tests/integration/_common.sh @@ -13,7 +13,7 @@ export root store_flags letsencrypt_test () { letsencrypt \ - --server "${SERVER:-http://localhost:4000/acme/new-reg}" \ + --server "${SERVER:-http://localhost:4000/directory}" \ --no-verify-ssl \ --dvsni-port 5001 \ --simple-http-port 5001 \