Skip to content

Commit

Permalink
Keep coverage stable by using a fixed juila version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Foster committed Dec 11, 2018
1 parent da07848 commit 99cfef9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:

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

0 comments on commit 99cfef9

Please # to comment.