Skip to content

Commit 28fdd4e

Browse files
author
Chris Foster
committed
Keep coverage stable by using a fixed juila version.
1 parent da07848 commit 28fdd4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929

3030
after_success:
3131
# - julia -e 'Pkg.add("Unitful")' ?
32-
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
32+
- if [ $TRAVIS_JULIA_VERSION = "1.0" ] && [ $TRAVIS_OS_NAME = "linux" ]; then
33+
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
34+
fi

0 commit comments

Comments
 (0)