mirror of
https://github.com/MillironX/beefblup.git
synced 2024-12-22 09:08:16 +00:00
Try adding GUI to Travis config
https://stackoverflow.com/a/37330054/3922521
This commit is contained in:
parent
d9fde2af8f
commit
615766901c
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
language: julia
|
language: julia
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
before_script:
|
||||||
|
- "export DISPLAY=:99.0"
|
||||||
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
|
- sleep 3 # give xvfb some time to start
|
||||||
julia:
|
julia:
|
||||||
- 1.3
|
- 1.3
|
||||||
- nightly
|
- nightly
|
||||||
|
|
Loading…
Reference in a new issue