This commit is contained in:
Daniel Schwabeneder 2019-06-18 22:25:33 +02:00
parent 26985122e7
commit 1fad9881dd

View File

@ -24,3 +24,7 @@ addons:
notifications:
email: true
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- xvfb-run julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'