From 2bdb99f39a674956d6f158c55d6c77d2735f3a7f Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Fri, 20 Jan 2017 12:09:32 +0100 Subject: [PATCH] Fix directory name for test worktree --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index febaa94..9eec7aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_install: - git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # Fetch the branch with test code - git fetch origin docker-tests - - git worktree add tests origin/docker-tests + - git worktree add docker-tests origin/docker-tests script: # Create container and apply test playbook