From c12daaa1d64b6fded47f261c3ea6ea78bf18b6c6 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 6 Feb 2019 06:41:26 +0000 Subject: [PATCH] Travis-CI: fix bootstrap.sh path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbf978c..b84f025 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ env: install: true before_script: - - ./tools/out-of-tree/bootstrap.sh + - ./tools/qemu-debian-img/bootstrap.sh script: - go test -parallel 1 -v ./...