From f0a28c9338987fbad11a964ec081acacb1c8cea1 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Tue, 22 Aug 2017 23:42:58 +0900 Subject: [PATCH] Limit branch of push build on Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f7b83248..80ee3d64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/