Skip to content

Commit 04bfba8

Browse files
committed
Update Travis to fix failing Linux build
1 parent 548ca44 commit 04bfba8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ addons:
2626
- name: lxd
2727
channel: stable
2828
apt:
29+
sources:
30+
- ubuntu-toolchain-r-test
2931
packages:
3032
- execstack
3133
- fakeroot
34+
- g++-10
3235
- rpm
3336

3437
branches:
@@ -41,6 +44,7 @@ matrix:
4144
include:
4245
- os: linux
4346
dist: bionic
47+
env: CC=gcc-10 CXX=g++-10
4448
- os: osx
4549
osx_image: xcode13.1
4650
env: CC=clang CXX=clang++ SIGN_BUILD=true

0 commit comments

Comments
 (0)