changed options for logging
This commit is contained in:
parent
e5b8debe5e
commit
c2e8aa2b65
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user