revert travis test command

This commit is contained in:
Daniel Schwabeneder 2020-04-10 13:47:03 +02:00
parent 9fe3428a55
commit 059985c91c

View File

@ -41,4 +41,4 @@ after_success:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- if [[ `uname` = "Linux" ]]; then TESTCMD="xvfb-run julia"; else TESTCMD="julia"; fi
- $TESTCMD -e 'using Pkg; pkg"add https://github.com/JuliaPlots/RecipesPipeline.jl"; Pkg.build(); Pkg.test(coverage=true)'
- $TESTCMD -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'