Limit branch of push build on Travis

This commit is contained in:
Kentaro Wada 2017-08-22 23:42:58 +09:00 committed by Paul Bovbel
parent 1efe3679bb
commit f0a28c9338

View File

@ -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/