From a56c97e49c9814fa8198b884abdbb90db5a6d594 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Fri, 25 Sep 2020 09:15:59 +0200 Subject: [PATCH] ci: travis: Update to better match before refactoring. Although this patch better matches the state before the re-factoring, it doesn't mean that much since the build breaks already in the install stage. While on it, fix some yamllint nitpicks. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d626c6e..d3e508a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ install: script: - mkdir build && cd build && cmake .. -DPYTHON_EXECUTABLE=$(which python2) && make && make tests && make run_tests - catkin_test_results . +