We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a227f commit 3915ea9Copy full SHA for 3915ea9
.travis.yml
@@ -36,6 +36,9 @@ jobs:
36
- julia -e 'using Coverage; Coveralls.submit(Coveralls.process_folder());'
37
- julia -e 'using Coverage; Codecov.submit(Codecov.process_folder());'
38
39
+ - stage:
40
+ julia: 1.5
41
+
42
- stage:
43
julia: nightly
44
test/doctests.jl
@@ -5,5 +5,5 @@ Doctests
5
using Documenter, LSHFunctions, Test
6
7
@testset "LSH doctests" begin
8
- doctest(LSHFunctions; manual = false)
+ doctest(LSHFunctions)
9
end
0 commit comments