1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

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.
This commit is contained in:
Alec Leamas 2020-09-25 09:15:59 +02:00
parent 2070f8ab68
commit a56c97e49c

View File

@ -8,3 +8,4 @@ install:
script:
- mkdir build && cd build && cmake .. -DPYTHON_EXECUTABLE=$(which python2) && make && make tests && make run_tests
- catkin_test_results .