Skip to content

Commit

Permalink
fixup! squash! .travis.yml: hand base branch to static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cladmi committed Jan 14, 2019
1 parent fac1449 commit 122d0a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 122d0a7

Please sign in to comment.