diff --git a/.travis.yml b/.travis.yml index 657387324d169775c9bdb3f37fc070f96002a275..9f58a7f4ee15d1d3f0cc407b0cbc7d0e2b8c14b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ services: before_install: - docker pull riot/riotbuild +before_script: + # Fetch the base branch when it is not `master` + - git fetch origin "${TRAVIS_BRANCH}:${TRAVIS_BRANCH}" + script: - docker run -a STDIN -a STDOUT -a STDERR --rm -u "$(id -u)" -v "${PWD}:/data/riotbuild" -v /etc/localtime:/etc/localtime:ro