Skip to content

Commit

Permalink
submit coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Jul 26, 2020
1 parent 61d9ffc commit 6ebcac3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -4,11 +4,13 @@ os:
- linux
- osx
julia:
- 1.3
- 1.4
- nightly
matrix:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit 6ebcac3

Please sign in to comment.