From 24c425ab2f791a76fcae565d2dd614d8b950d59b Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Mon, 10 Feb 2020 18:41:40 -0800 Subject: [PATCH] travis: disable integration tests on windows to see if that fixes builds hanging --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 4c922a2bb..0429bb69e 100644 --- a/Makefile +++ b/Makefile @@ -73,8 +73,6 @@ kopia-ui: goreleaser ifeq ($(TRAVIS_OS_NAME),windows) travis-release: install-noui test - $(MAKE) integration-tests - tasklist endif ifeq ($(TRAVIS_OS_NAME),osx)