fix recipepipeline url in travis

This commit is contained in:
Daniel Schwabeneder 2020-04-05 12:14:26 +02:00
parent 28ce7d7995
commit d8f516a456

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/RecipeUtils.jl"; Pkg.build(); Pkg.test(coverage=true)'
- $TESTCMD -e 'using Pkg; pkg"add https://github.com/JuliaPlots/RecipePipeline.jl"; Pkg.build(); Pkg.test(coverage=true)'