mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-13 03:03:08 +00:00
More Travis GUI updates
This commit is contained in:
parent
615766901c
commit
c3d905ff5e
1 changed files with 3 additions and 6 deletions
|
@ -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…
Reference in a new issue