File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# See http://docs.travis-ci.com/user/languages/julia/ and https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Hosting-Documentation-1
2
2
# See status of Travis builds at https://travis-ci.org/probcomp/Gen
3
3
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.
4
10
language : julia
5
11
julia :
6
- - 1.4
7
- - 1.5
8
- - 1.6
12
+ - 1.3 # earliest supported version
13
+ - 1.6 # LTS
14
+ - nightly
9
15
10
16
jobs :
11
17
include :
12
- - stage : test
13
- script :
14
- - julia -e 'using Pkg; Pkg.build(); Pkg.test()'
15
18
- stage : docs
16
19
julia : 1.6
17
20
os : linux
You can’t perform that action at this time.
0 commit comments