Update Travis to fix failing Linux build

This commit is contained in:
Ben Gotow 2024-09-12 15:46:08 -05:00
parent 548ca4408c
commit 04bfba83db

View file

@ -26,9 +26,12 @@ addons:
- name: lxd
channel: stable
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- execstack
- fakeroot
- g++-10
- rpm
branches:
@ -41,6 +44,7 @@ matrix:
include:
- os: linux
dist: bionic
env: CC=gcc-10 CXX=g++-10
- os: osx
osx_image: xcode13.1
env: CC=clang CXX=clang++ SIGN_BUILD=true