This commit is contained in:
Mike J Innes 2017-01-16 02:01:32 +01:00
parent 1010b18084
commit 586f4d6b16
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- 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:
after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("Flux")); include(joinpath("docs", "make.jl"))'