mirror of
https://github.com/MillironX/beefblup.git
synced 2024-12-22 00:58:17 +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
|
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())'
|
|
||||||
|
|
Loading…
Reference in a new issue