Reduce travis-ci job output

This commit is contained in:
nsubiron 2018-09-18 12:06:58 +02:00
parent 4b910347a5
commit efc93a56d8
1 changed files with 3 additions and 0 deletions

View File

@ -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"