Skip to content

Commit 63d6bed

Browse files
author
bors-servo
authored
Auto merge of #1210 - emilio:travis-maybe, r=<try>
s/gcc/g++ in the travis deps Per https://docs.travis-ci.com/user/languages/cpp/, though not super-confident this will fix it.
2 parents ac52323 + 228b80b commit 63d6bed

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)