use xvfb
This commit is contained in:
parent
26985122e7
commit
1fad9881dd
@ -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)'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user