Skip to content
Snippets Groups Projects
Commit da624f2f authored by Martine Lenders's avatar Martine Lenders
Browse files

.travis.yml: fetch base-branch for rebase

parent 6a4c764c
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,10 @@ services: ...@@ -8,6 +8,10 @@ services:
before_install: before_install:
- docker pull riot/riotbuild - docker pull riot/riotbuild
before_script:
# Fetch the base branch when it is not `master`
- git fetch origin "${TRAVIS_BRANCH}:${TRAVIS_BRANCH}"
script: script:
- docker run -a STDIN -a STDOUT -a STDERR --rm -u "$(id -u)" - docker run -a STDIN -a STDOUT -a STDERR --rm -u "$(id -u)"
-v "${PWD}:/data/riotbuild" -v /etc/localtime:/etc/localtime:ro -v "${PWD}:/data/riotbuild" -v /etc/localtime:/etc/localtime:ro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment