Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobaldassi committed Nov 21, 2016
1 parent 9a47cb5 commit 990cc9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/coverage.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Only run coverage from linux release build on travis.
get(ENV, "TRAVIS_OS_NAME", "") == "linux" || exit()
get(ENV, "TRAVIS_JULIA_VERSION", "") == "release" || exit()
get(ENV, "TRAVIS_OS_NAME", "") == "linux" || exit()
get(ENV, "TRAVIS_JULIA_VERSION", "") == "0.5" || exit()

using Coverage

Expand Down

0 comments on commit 990cc9c

Please sign in to comment.