.travis.yml: provide base branch to static tests
This commit is contained in:
parent
da624f2ff4
commit
16ff5e03ca
@ -14,5 +14,6 @@ before_script:
|
|||||||
|
|
||||||
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)"
|
||||||
|
-e CI_BASE_BRANCH="${TRAVIS_BRANCH}"
|
||||||
-v "${PWD}:/data/riotbuild" -v /etc/localtime:/etc/localtime:ro
|
-v "${PWD}:/data/riotbuild" -v /etc/localtime:/etc/localtime:ro
|
||||||
riot/riotbuild make static-test
|
riot/riotbuild make static-test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user