Skip to content

Commit 3f211eb

Browse files
committed
[C++] Drop GCC 5 from Travis.
1 parent 9f6507a commit 3f211eb

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.travis.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,6 @@ matrix:
9292
script:
9393
- ./cppbuild/cppbuild
9494

95-
# gcc-5
96-
- env: COMPILER=g++-5
97-
compiler: gcc
98-
os: linux
99-
addons:
100-
apt:
101-
packages:
102-
- g++-5
103-
- libsparsehash-dev
104-
sources:
105-
- ubuntu-toolchain-r-test
106-
before_script:
107-
- export CXX=$COMPILER
108-
- ./gradlew
109-
script:
110-
- ./cppbuild/cppbuild
111-
11295
# gcc-6
11396
- env: COMPILER=g++-6
11497
compiler: gcc

0 commit comments

Comments
 (0)