More Travis GUI updates

develop
parent 615766901c
commit c3d905ff5e
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -1,10 +1,8 @@
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
services:
- xvfb
julia:
- 1.3
- nightly
@ -14,5 +12,4 @@ matrix:
fast_finish: true
notifications:
email: false
after_success:
-julia -c 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
codecov: true

Loading…
Cancel
Save