This commit is contained in:
Mike J Innes 2017-01-31 11:55:05 +05:30
parent 32793a3f86
commit 62b1e7c411
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ notifications:
# uncomment the following lines to override the default test script
script:
- 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(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)'
after_success:
# - julia -e 'Pkg.add("Documenter")'
- 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"))'