From 6e77fc230d4053efd4734b9d825a452cc13489a4 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 1 Dec 2018 23:24:47 +0000 Subject: [PATCH] Travis-CI: fix current directory for tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9cbd17b..e5129fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,5 @@ services: before_script: - cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img - - ./bootstrap.sh \ No newline at end of file + - ./bootstrap.sh + - cd $GOPATH/src/github.com/jollheef/out-of-tree