don't need this

This commit is contained in:
Mike J Innes 2017-10-18 10:22:35 +01:00
parent 041079237e
commit b26f77489e
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ julia:
# uncomment the following lines to override the default test script
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("https://github.com/FluxML/NNlib.jl")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)'
after_success:
- julia -e 'Pkg.add("Documenter")'