mirror of https://github.com/google/benchmark.git
Print information about travis enviroment
This commit is contained in:
parent
bf58a90067
commit
bf063941d4
|
@ -17,6 +17,8 @@ language:
|
|||
- cpp
|
||||
|
||||
before_install:
|
||||
- uname -a
|
||||
- cmake --version
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$STD" = "c++11" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$STD" = "c++11" ]; then sudo apt-get update -qq; fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue