Try adding GUI to Travis config

https://stackoverflow.com/a/37330054/3922521
develop
parent d9fde2af8f
commit 615766901c
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -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

Loading…
Cancel
Save