formatting changed on 1.1

This commit is contained in:
Mike Innes 2019-09-10 15:26:51 +01:00
parent de2049450b
commit 221313c977
1 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@ else
@warn "CUDA unavailable, not testing GPU support"
end
doctest(Flux)
if VERSION >= v"1.2"
doctest(Flux)
end
end