Skip to content

Commit 228b80b

Browse files
committed
s/gcc/g++ in the travis deps
Per https://docs.travis-ci.com/user/languages/cpp/, though not super-confident this will fix it.
1 parent ac52323 commit 228b80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addons:
55
sources:
66
- ubuntu-toolchain-r-test
77
packages:
8-
- gcc-5
8+
- g++-5
99

1010
os:
1111
- linux

0 commit comments

Comments
 (0)