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 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.
410language : julia
511julia :
6- - 1.4
7- - 1.5
8- - 1.6
12+ - 1.3 # earliest supported version
13+ - 1.6 # LTS
14+ - nightly
915
1016jobs :
1117 include :
12- - stage : test
13- script :
14- - julia -e 'using Pkg; Pkg.build(); Pkg.test()'
1518 - stage : docs
1619 julia : 1.6
1720 os : linux
You can’t perform that action at this time.
0 commit comments