File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,36 +5,35 @@ before_install:
55 - git clone --depth=50 _old $TRAVIS_REPO_SLUG
66 - cd $TRAVIS_REPO_SLUG
77
8+ # Documentation: http://docs.travis-ci.com/user/languages/julia/
89language : julia
9-
10- sudo : false
11-
1210os :
1311 - linux
1412 - osx
1513 - windows
16-
1714arch :
1815 - x64
1916 - x86
20-
2117julia :
2218 - 1.0
2319 - 1.3
2420 - nightly
25-
26- env :
27- - JULIA_PROJECT="@."
28-
2921matrix :
22+ allow_failures :
23+ - julia : nightly
24+ fast_finish : true
3025 exclude :
3126 - os : osx
3227 arch : x86
33- allow_failures :
34- - julia : nightly
35-
28+ include :
29+ - stage : " Documentation"
30+ julia : 1.3
31+ os : linux
32+ script :
33+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("JSON3")'
34+ - julia --project=docs/ docs/make.jl
35+ after_success : skip
3636notifications :
3737 email : false
38-
3938after_success :
40- - julia -e 'ENV["TRAVIS_JULIA_VERSION"] == "1.3" && ENV["TRAVIS_OS_NAME"] != "linux" && exit(); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
39+ - julia -e 'ENV["TRAVIS_JULIA_VERSION"] == "1.3" && ENV["TRAVIS_OS_NAME"] != "linux" && exit(); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
You can’t perform that action at this time.
0 commit comments