We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde8101 commit d903971Copy full SHA for d903971
.travis.yml
@@ -11,14 +11,7 @@ addons:
11
- valgrind
12
13
before_install:
14
- - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
15
- - sudo apt-get update -qq
16
- # bison and flex are not installed in CI because
17
- # 1) the versions in Travis are too old, and
18
- # 2) up-to-date bison and flex output should be checked in.
19
# Versions of g++ prior to 4.8 don't have very good C++11 support.
20
- - sudo apt-get install -y g++-4.8
21
- && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
22
- wget https://codeload.github.com/google/googletest/zip/release-1.8.0
23
&& cd test
24
&& unzip ../release-1.8.0
0 commit comments