Skip to content

Commit 349af4e

Browse files
Benoit VeyTheodus
Benoit Vey
authored andcommitted
Test against LLVM 3.8.1 instead of 3.8.0 in CI (ponylang#1366)
1 parent f1d0ff3 commit 349af4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ branches:
1010
environment:
1111
matrix:
1212
- llvm: 3.9.0
13-
- llvm: 3.8.0
13+
- llvm: 3.8.1
1414
- llvm: 3.7.1
1515

1616
configuration:

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ matrix:
7070
packages:
7171
- g++-5
7272
env:
73-
- LLVM_VERSION="3.8.0"
73+
- LLVM_VERSION="3.8.1"
7474
- LLVM_CONFIG="llvm-config-3.8"
7575
- config=debug
7676
- CC1=gcc-5
@@ -83,7 +83,7 @@ matrix:
8383
packages:
8484
- g++-5
8585
env:
86-
- LLVM_VERSION="3.8.0"
86+
- LLVM_VERSION="3.8.1"
8787
- LLVM_CONFIG="llvm-config-3.8"
8888
- config=release
8989
- CC1=gcc-5

0 commit comments

Comments
 (0)