standard test script

This commit is contained in:
Mike J Innes 2017-08-18 16:52:55 +01:00
parent d9c30db2e3
commit 8acc09ccf0

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")'