From 84ea13eef20a40dcdeab997afa24ffced92b3db4 Mon Sep 17 00:00:00 2001 From: mamgainp Date: Mon, 13 Jan 2020 09:00:45 +0530 Subject: [PATCH] removing dist from travis yaml file --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5bec009..ce84ed8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -dist: xenial +# Temporarily removing dist tag as not supported by power build +#dist: xenial sudo: required language: go