Skip to content

Commit a36178c

Browse files
committed
Test on 1.3, 1.6, and nightly
1 parent 78da0f0 commit a36178c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# See http://docs.travis-ci.com/user/languages/julia/ and https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Hosting-Documentation-1
22
# See status of Travis builds at https://travis-ci.org/probcomp/Gen
33

4+
# As of March 2022, Gen is not compatible with Julia 1.7,
5+
# due to a regression involving NamedTuples:
6+
# https://github.com/JuliaLang/julia/issues/43783
7+
# The fix is already in `nightly` and slated for 1.8;
8+
# hopefully it will also be backported
9+
# to a future minor release of 1.7.
410
language: julia
511
julia:
6-
- 1.4
7-
- 1.5
8-
- 1.6
12+
- 1.3 # earliest supported version
13+
- 1.6 # LTS
914
- nightly
1015

1116
jobs:

0 commit comments

Comments
 (0)