checkout dataflow for now
This commit is contained in:
parent
c7f8d86f9e
commit
7ce782b959
@ -8,7 +8,7 @@ julia:
|
|||||||
# uncomment the following lines to override the default test script
|
# uncomment the following lines to override the default test script
|
||||||
script:
|
script:
|
||||||
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
||||||
- julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)'
|
- julia -e 'Pkg.clone(pwd()); Pkg.checkout("DataFlow"); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)'
|
||||||
after_success:
|
after_success:
|
||||||
# - julia -e 'Pkg.add("Documenter")'
|
# - julia -e 'Pkg.add("Documenter")'
|
||||||
- julia -e 'Pkg.clone("https://github.com/MikeInnes/Documenter.jl")'
|
- julia -e 'Pkg.clone("https://github.com/MikeInnes/Documenter.jl")'
|
||||||
|
Loading…
Reference in New Issue
Block a user