Skip to content

Commit 52c3fcb

Browse files
committed
Submit code coverage on the latest julia
1 parent 4de2185 commit 52c3fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coverage/coverage.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
get(ENV, "TRAVIS_OS_NAME", "") == "linux" || exit()
2-
get(ENV, "TRAVIS_JULIA_VERSION", "") == "1.0" || exit()
2+
get(ENV, "TRAVIS_JULIA_VERSION", "") == "1.3" || exit()
33

44
using Coverage
55

66
cd(joinpath(dirname(@__FILE__), "..")) do
77
Codecov.submit(Codecov.process_folder())
8-
end
8+
end

0 commit comments

Comments
 (0)