From 122d0a7a6a75d8e3cd295a9e4a654b5440fde529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Mon, 14 Jan 2019 17:30:43 +0100 Subject: [PATCH] fixup! squash! .travis.yml: hand base branch to static tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 826d1aaf3bec..55ea178f43fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ before_install: - docker pull riot/riotbuild script: + # Fetch the base branch when it is not `master` - git fetch origin "${TRAVIS_BRANCH}:${TRAVIS_BRANCH}" - docker run -a STDIN -a STDOUT -a STDERR --rm -u "$(id -u)" -e CI_BASE_BRANCH="${TRAVIS_BRANCH}"