File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2
2
language : julia
3
3
os :
4
+ - freebsd
4
5
- linux
5
6
- osx
7
+ - windows
6
8
julia :
7
9
- 1.3
8
10
- 1.4
@@ -12,6 +14,16 @@ matrix:
12
14
- julia : nightly
13
15
notifications :
14
16
email : false
15
- after_success :
16
- - julia -e 'using Pkg; cd(Pkg.dir("FastTransforms")); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
17
- - julia -e 'using Pkg; cd(Pkg.dir("FastTransforms")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
17
+ codecov : true
18
+ jobs :
19
+ include :
20
+ - stage : " Documentation"
21
+ julia : 1.3
22
+ os : linux
23
+ script :
24
+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
25
+ - julia --project=docs/ docs/make.jl
26
+ after_success : skip
27
+ cache :
28
+ directories :
29
+ - $HOME/.julia/artifacts
You can’t perform that action at this time.
0 commit comments