You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .travis.yml
+4
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,7 @@ notifications:
17
17
script:
18
18
- echo "**** running Docker"
19
19
- docker run --env-file travis_docker_env.list -t -a STDOUT -a STDIN -a STDERR -v $PWD:/mnt leethargo/scip-julia /mnt/travis_docker_test_script.sh $TRAVIS_JULIA_VERSION
20
+
after_success:
21
+
# push coverage results to Coveralls, .cov files were copied back by script above
22
+
- echo "**** submitting coverage information"
23
+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(Codecov.process_folder())'
0 commit comments