Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit cb403d4

Browse files
committed
travis: Fix x86_64 LLVM 8 build
This has always been an LLVM 9 build since LLVM_VERSION wasn't being set... whoops. [skip ci] Signed-off-by: Nathan Chancellor <[email protected]>
1 parent f9732af commit cb403d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ matrix:
119119
env: ARCH=ppc64le LLVM_VERSION=8
120120
if: type = cron
121121
- name: "ARCH=x86_64 LLVM_VERSION=8"
122-
env: ARCH=x86_64
122+
env: ARCH=x86_64 LLVM_VERSION=8
123123
if: type = cron
124124
compiler: gcc
125125
os: linux

0 commit comments

Comments
 (0)