remove mxnet too for now

This commit is contained in:
Mike J Innes 2017-02-01 13:06:28 +05:30
parent 3b9ee7e2a8
commit 3fdf01e62f
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ 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 '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: