Skip to content

Commit 09e699d

Browse files
committed
add print statements to fix Travis timeout
1 parent 8b3e69c commit 09e699d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,23 @@ include("test_util.jl")
2727
include(joinpath("rulesets", "Base", "broadcast.jl"))
2828
end
2929

30+
print(" ")
31+
3032
@testset "Statistics" begin
3133
include(joinpath("rulesets", "Statistics", "statistics.jl"))
3234
end
3335

36+
print(" ")
37+
3438
@testset "LinearAlgebra" begin
3539
include(joinpath("rulesets", "LinearAlgebra", "dense.jl"))
3640
include(joinpath("rulesets", "LinearAlgebra", "structured.jl"))
3741
include(joinpath("rulesets", "LinearAlgebra", "factorization.jl"))
3842
include(joinpath("rulesets", "LinearAlgebra", "blas.jl"))
3943
end
4044

45+
print(" ")
46+
4147
@testset "packages" begin
4248
include(joinpath("rulesets", "packages", "NaNMath.jl"))
4349
include(joinpath("rulesets", "packages", "SpecialFunctions.jl"))

0 commit comments

Comments
 (0)