1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Update .travis.yml

This commit is contained in:
William Woodall 2018-01-30 19:41:28 -08:00 committed by GitHub
parent 0e8ddd366e
commit 8169a26d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,4 +6,4 @@ install:
- make install_deps
- source setup.bash
script:
- mkdir build && cd build && cmake .. -DPYTHON_EXECUTABLE=$(which python2) && make && make test
- mkdir build && cd build && cmake .. -DPYTHON_EXECUTABLE=$(which python2) && make && CTEST_OUTPUT_ON_FAILURE=1 make test