mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 02:28:18 +02:00
travis: update .travis.yml not to run tests when build fails
When building fails, we should not run the tests. They clutter the output.
This commit is contained in:
parent
dec682f6d1
commit
ad45d232fe
1 changed files with 4 additions and 4 deletions
|
|
@ -12,10 +12,10 @@ before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install libnl-3-dev libndp-dev automake
|
- sudo apt-get install libnl-3-dev libndp-dev automake
|
||||||
|
|
||||||
script:
|
script: |
|
||||||
- sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no
|
sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no &&
|
||||||
- make -j4
|
make -j4 &&
|
||||||
- ./contrib/travis/travis-check.sh
|
./contrib/travis/travis-check.sh
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
coverity_scan:
|
coverity_scan:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue