Skip to content

Commit fd3eea6

Browse files
authored
Update .travis.yml
1 parent cb09323 commit fd3eea6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
julia:
66
- 1.0
77
- 1.1
8+
- 1.2
89
- nightly
910
notifications:
1011
email: false
@@ -13,5 +14,14 @@ matrix:
1314
- julia: nightly
1415
after_success:
1516
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
16-
# - julia -e 'ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
17-
# - julia -e 'cd(Pkg.dir("Bridge")); include(joinpath("docs", "make.jl"))'
17+
jobs:
18+
include:
19+
- stage: "Documentation"
20+
julia: 1.2
21+
os:
22+
- linux
23+
script:
24+
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
25+
Pkg.develop(PackageSpec(path=pwd()))'
26+
- julia --project=docs/ docs/make.jl
27+
after_success: skip

0 commit comments

Comments
 (0)