Skip to content

Commit

Permalink
Fixed Documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
kdyrhage committed Sep 25, 2019
1 parent 666d276 commit 63289ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: julia
julia:
- 1.0
- 1.1
- 1.2
- nightly

matrix:
allow_failures:
- julia: nightly

script:
- julia ci_prep.jl
Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ makedocs(sitename = "GenomicAnnotations.jl", authors = "Karl Dyrhage",
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true")
)

# deploydocs(
# repo = "github.com/kdyrhage/GenomicAnnotations.jl.git",
# )
deploydocs(
repo = "github.com/kdyrhage/GenomicAnnotations.jl.git",
)

0 comments on commit 63289ce

Please sign in to comment.