From eba6e2909289111bdcc00dfd808f7063b25a5de8 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 15 Sep 2019 21:32:44 +0200 Subject: [PATCH] use default travis script --- .travis.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b0ad9bc..0bdcb930 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,27 +16,5 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./test/install_wkhtmltoimage.sh ; fi -addons: - apt: - packages: - - qt5-default - # pgfplots - - pdf2svg - - texlive-latex-base - - texlive-binaries - - texlive-pictures - - texlive-latex-extra - - texlive-luatex - - ghostscript-x - # orca - - libgconf2-4 - -env: - - PYTHON = "" MPLBACKEND = "agg" - 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)'