From 1fad9881dd01bd38a8927854cb37aa72a25197c0 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Tue, 18 Jun 2019 22:25:33 +0200 Subject: [PATCH] use xvfb --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index fcd15e19..3defd662 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,7 @@ addons: notifications: email: true + +script: + - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi + - xvfb-run julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'