1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-11-13 03:03:08 +00:00

Try adding GUI to Travis config

https://stackoverflow.com/a/37330054/3922521
This commit is contained in:
Thomas A. Christensen II 2021-06-19 20:34:51 -05:00
parent d9fde2af8f
commit 615766901c
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -1,6 +1,10 @@
language: julia
os:
- linux
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
julia:
- 1.3
- nightly