Skip to content

Commit d903971

Browse files
committed
Take advantage of Travis CI upgrading to Trusty
Should be no need to monkey with apt because Trusty has a modern g++ version installed.
1 parent dde8101 commit d903971

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@ addons:
1111
- valgrind
1212

1313
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.
1914
# 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
2215
- wget https://codeload.github.com/google/googletest/zip/release-1.8.0
2316
&& cd test
2417
&& unzip ../release-1.8.0

0 commit comments

Comments
 (0)