From 4d231958469de872e611353da9444119d80cce07 Mon Sep 17 00:00:00 2001 From: Bruno Miguel Custodio Date: Sat, 9 Sep 2017 08:17:56 +0100 Subject: [PATCH] Add a note about running the 'etcdv3' tests. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 505baa95bd..7f937868d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ go: # add TF_CONSUL_TEST=1 to run consul tests # they were causing timouts in travis +# add TF_ETCDV3_TEST=1 to run etcdv3 tests +# if added, TF_ETCDV3_ENDPOINTS must be set to a comma-separated list of (insecure) etcd endpoints against which to test env: - CONSUL_VERSION=0.7.5 GOMAXPROCS=4