Reduce travis-ci job output
This commit is contained in:
parent
4b910347a5
commit
efc93a56d8
|
@ -28,6 +28,9 @@ matrix:
|
|||
- pip3 install --user setuptools nose2
|
||||
- make setup
|
||||
script:
|
||||
- make setup >/dev/null
|
||||
- make LibCarla >/dev/null
|
||||
- make PythonAPI >/dev/null
|
||||
- make check ARGS="--all --gtest_args=--gtest_filter=-*_mt"
|
||||
|
||||
- env: TEST="Pylint 2"
|
||||
|
|
Loading…
Reference in New Issue