default test script

This commit is contained in:
Mike J Innes 2017-08-18 10:31:36 +01:00
parent b17eb78e0a
commit a53583f523

View File

@ -6,9 +6,9 @@ os:
julia: julia:
- 0.6 - 0.6
# 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.clone(pwd()); Pkg.checkout("DataFlow"); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)' # - julia -e 'Pkg.clone(pwd()); Pkg.checkout("DataFlow"); 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")'