add recipepipeline manually in travis
This commit is contained in:
parent
b6139e2403
commit
28ce7d7995
@ -41,4 +41,4 @@ after_success:
|
|||||||
script:
|
script:
|
||||||
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
||||||
- if [[ `uname` = "Linux" ]]; then TESTCMD="xvfb-run julia"; else TESTCMD="julia"; fi
|
- if [[ `uname` = "Linux" ]]; then TESTCMD="xvfb-run julia"; else TESTCMD="julia"; fi
|
||||||
- $TESTCMD -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
|
- $TESTCMD -e 'using Pkg; pkg"add https://github.com/JuliaPlots/RecipeUtils.jl"; Pkg.build(); Pkg.test(coverage=true)'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user