Limit branch of push build on Travis

This commit is contained in:
Kentaro Wada
2018-04-30 11:44:37 -04:00
committed by Paul Bovbel
parent 1efe3679bb
commit f0a28c9338
+3
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/