changed options for logging

This commit is contained in:
Marius Bancila 2018-11-16 12:30:19 +02:00
parent e5b8debe5e
commit c2e8aa2b65

View File

@ -5,12 +5,13 @@ dist: trusty
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
- sudo apt-cache search libuuid
install:
- sudo apt-get install -qq g++-8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
- sudo apt-get install -qq cppcheck
- sudo apt-get install -qq uuid-dev
- sudo apt-get install uuid-dev
before_script:
- cd ${TRAVIS_BUILD_DIR}