Skip to content

Commit

Permalink
don't open vis on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Nov 15, 2018
1 parent 4ea52bb commit 7a23145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scenes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ import GeometryTypes

@testset "Default" begin
vis = Visualizer()
open(vis)
if !haskey(ENV, "CI")
open(vis)
wait(vis)
end
add_cats!(vis)
end

@testset "SpotLight with shadows" begin
vis = Visualizer()
open(vis)
if !haskey(ENV, "CI")
open(vis)
wait(vis)
end
add_cats!(vis)
Expand Down

0 comments on commit 7a23145

Please sign in to comment.