Skip to content

Commit

Permalink
Update Travis to fix failing Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Sep 12, 2024
1 parent 548ca44 commit 06ad13c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ addons:
packages:
- execstack
- fakeroot
- g++-8
- rpm

branches:
Expand All @@ -41,6 +42,7 @@ matrix:
include:
- os: linux
dist: bionic
env: CC=gcc-8 CXX=g++-8
- os: osx
osx_image: xcode13.1
env: CC=clang CXX=clang++ SIGN_BUILD=true
Expand Down

0 comments on commit 06ad13c

Please sign in to comment.