fix deps
This commit is contained in:
parent
32793a3f86
commit
62b1e7c411
@ -10,11 +10,11 @@ notifications:
|
|||||||
# 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 'VERSION < v"0.6-" && Pkg.add("TensorFlow")'
|
||||||
|
- julia -e 'Pkg.add("MXNet")'
|
||||||
- julia -e 'Pkg.clone("https://github.com/MikeInnes/DataFlow.jl")'
|
- julia -e 'Pkg.clone("https://github.com/MikeInnes/DataFlow.jl")'
|
||||||
- julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)'
|
- julia -e 'Pkg.clone(pwd()); 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")'
|
||||||
- julia -e 'VERSION < v"0.6-" && Pkg.add("TensorFlow")'
|
|
||||||
- julia -e 'Pkg.add("MXNet")'
|
|
||||||
- julia -e 'cd(Pkg.dir("Flux")); include(joinpath("docs", "make.jl"))'
|
- julia -e 'cd(Pkg.dir("Flux")); include(joinpath("docs", "make.jl"))'
|
||||||
|
Loading…
Reference in New Issue
Block a user