1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

.travis.yml: provide base branch to static tests

This commit is contained in:
Martine Lenders 2019-01-14 11:36:54 +01:00 committed by Martine Lenders
parent da624f2ff4
commit 16ff5e03ca

View File

@ -14,5 +14,6 @@ before_script:
script:
- docker run -a STDIN -a STDOUT -a STDERR --rm -u "$(id -u)"
-e CI_BASE_BRANCH="${TRAVIS_BRANCH}"
-v "${PWD}:/data/riotbuild" -v /etc/localtime:/etc/localtime:ro
riot/riotbuild make static-test