Skip to content

Commit 3915ea9

Browse files
committed
Fix testing by adding testing for Julia 1.5 to the .travis.yml, and by re-enabling doctests for the manual.
1 parent a1a227f commit 3915ea9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- julia -e 'using Coverage; Coveralls.submit(Coveralls.process_folder());'
3737
- julia -e 'using Coverage; Codecov.submit(Codecov.process_folder());'
3838

39+
- stage:
40+
julia: 1.5
41+
3942
- stage:
4043
julia: nightly
4144

test/doctests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Doctests
55
using Documenter, LSHFunctions, Test
66

77
@testset "LSH doctests" begin
8-
doctest(LSHFunctions; manual = false)
8+
doctest(LSHFunctions)
99
end

0 commit comments

Comments
 (0)