1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-09-20 21:12:03 +00:00

More Travis GUI updates

This commit is contained in:
Thomas A. Christensen II 2021-06-19 20:56:14 -05:00
parent 615766901c
commit c3d905ff5e
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -1,10 +1,8 @@
language: julia language: julia
os: os:
- linux - linux
before_script: services:
- "export DISPLAY=:99.0" - xvfb
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
julia: julia:
- 1.3 - 1.3
- nightly - nightly
@ -14,5 +12,4 @@ matrix:
fast_finish: true fast_finish: true
notifications: notifications:
email: false email: false
after_success: codecov: true
-julia -c 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'