Limit branch of push build on Travis
This commit is contained in:
parent
1efe3679bb
commit
f0a28c9338
@ -21,3 +21,6 @@ script:
|
||||
after_failure:
|
||||
- find ${HOME}/.ros/test_results -type f -exec echo "== {} ==" \; -exec cat {} \;
|
||||
- for file in ${HOME}/.ros/log/rostest-*; do echo "=== $file ==="; cat $file; done
|
||||
branches:
|
||||
only:
|
||||
- /.*-devel/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user