Skip to content

Commit 06ad13c

Browse files
committed
Update Travis to fix failing Linux build
1 parent 548ca44 commit 06ad13c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ addons:
2929
packages:
3030
- execstack
3131
- fakeroot
32+
- g++-8
3233
- rpm
3334

3435
branches:
@@ -41,6 +42,7 @@ matrix:
4142
include:
4243
- os: linux
4344
dist: bionic
45+
env: CC=gcc-8 CXX=g++-8
4446
- os: osx
4547
osx_image: xcode13.1
4648
env: CC=clang CXX=clang++ SIGN_BUILD=true

0 commit comments

Comments
 (0)