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

Commit 2bea599

Browse files
Merge pull request #168 from nathanchance/fix-llvm-8-x86
travis: Fix x86_64 LLVM 8 build
2 parents f9732af + cb403d4 commit 2bea599

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)