Skip to content

Commit

Permalink
Add missing source for gcc7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo-Yuan-Huang committed Jul 8, 2020
1 parent 50a1423 commit b2b173b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,14 @@ jobs:
branch_pattern: coverity_scan
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- flex
- bison
- z3
- libz3-dev
- g++-7
before_install:
- echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
before_script:
Expand Down

0 comments on commit b2b173b

Please sign in to comment.