1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

disable verbose mode

This commit is contained in:
Stefan Lankes 2017-01-08 19:21:49 +01:00
parent 73c63fd676
commit bf9f33c865

View file

@ -21,7 +21,7 @@ script:
- mkdir -p $TOPDIR/tmp/bootstrap
- cd -
- ./configure
- make V=1 all
- make
env:
global:
- TOPDIR=/home/travis/build