We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427e73d commit 1acce6aCopy full SHA for 1acce6a
.travis.yml
@@ -87,7 +87,7 @@ jobs:
87
julia: 1.4
88
os: linux
89
after_success: # Intentionally rerun tests
90
- - julia -e 'using Pkg; cd(Pkg.dir("MPI")); Pkg.add("Coverage")'
+ - julia -e 'using Pkg; cd(Pkg.dir("Dist_Stat")); Pkg.add("Coverage")'
91
- julia -e 'using Coverage; Coveralls.submit(Coveralls.process_folder())'
92
- julia -e 'using Coverage; Codecov.submit(Codecov.process_folder())'
93
0 commit comments