Skip to content

Commit

Permalink
travis: Fix clang-7
Browse files Browse the repository at this point in the history
  • Loading branch information
pali committed Aug 22, 2019
1 parent 86c81f9 commit 61ee2d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ matrix:
env: PLATFORM=x86
addons:
apt:
sources:
- llvm-toolchain-xenial-7
packages:
- libreadline-dev:i386
- libc6-dev:i386
Expand All @@ -332,6 +334,8 @@ matrix:
env: PLATFORM=x86_64
addons:
apt:
sources:
- llvm-toolchain-xenial-7
packages:
- libreadline-dev
- clang-7
Expand Down

0 comments on commit 61ee2d0

Please sign in to comment.