Skip to content

Commit

Permalink
Avoid pushing docs via smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 13, 2019
1 parent f20b8b8 commit 8c94e42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ using Pkg
using Test

@testset "smoke test" begin
@test Run.docs(joinpath(@__DIR__, "..", "docs")) isa Any
withenv("DOCUMENTER_KEY" => nothing) do
@test Run.docs(joinpath(@__DIR__, "..", "docs")) isa Any
end

pkgspec = PackageSpec(
name = "InitialValues",
Expand Down

0 comments on commit 8c94e42

Please sign in to comment.