Skip to content

Commit

Permalink
.travis.yml: limit automatic builds to certain branches (and pull req…
Browse files Browse the repository at this point in the history
…uests)
  • Loading branch information
meyerj committed May 7, 2019
1 parent b998ff8 commit 96ae8f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ cache:
git:
quiet: true # optional, silences the cloning of the target repository

# limit automatic builds to certain branches (and pull requests)
branches:
only:
- master
- /^toolchain-[\d\.]+[\d]$/

# configure the build environment(s)
# https://github.com/ros-industrial/industrial_ci/blob/master/doc/index.rst#variables-you-can-configure
env:
Expand Down

0 comments on commit 96ae8f8

Please sign in to comment.