Skip to content

Commit b41e668

Browse files
committed
Documentation mods
1 parent a71ffa2 commit b41e668

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
julia: 1.0
2020
os: linux
2121
script:
22-
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd())))'
23-
- julia --project=docs --color=yes docs/make.jl
22+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
23+
- julia --project=docs/ docs/make.jl
2424
after_success: skip
2525
notifications:
2626
email: false

docs/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[deps]
2+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
4+
[compat]
5+
Documenter = "~0.20"

docs/make.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,5 @@ makedocs(
1616
)
1717

1818
deploydocs(
19-
repo = "github.com/dmbates/MixedModels.jl.git",
20-
julia = "1.0",
21-
osname = "linux",
22-
target = "build",
23-
deps = nothing,
24-
make = nothing
19+
repo = "github.com/dmbates/MixedModels.jl.git"
2520
)

0 commit comments

Comments
 (0)