diff --git a/.travis.yml b/.travis.yml index d73b19c..a04132b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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