From c3af494fa8dccc87625c2e200a4a5de317c2dad0 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 6 Feb 2019 06:07:21 +0000 Subject: [PATCH] Fix bootstrap.sh path --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e83ee3..8db5d6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ env: install: true before_script: - - cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img + - cd $GOPATH/src/code.dumpstack.io/tools/out-of-tree/tools/qemu-debian-img - ./bootstrap.sh - - cd $GOPATH/src/github.com/jollheef/out-of-tree + - cd $GOPATH/src/code.dumpstack.io/tools/out-of-tree script: - go test -parallel 1 -v ./...