standard test script

This commit is contained in:
Mike J Innes 2017-08-18 16:52:55 +01:00
parent d9c30db2e3
commit 8acc09ccf0
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ os:
julia:
- 0.6
# uncomment the following lines to override the default test script
script:
- 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)'
# script:
# - 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)'
after_success:
# - julia -e 'Pkg.add("Documenter")'
- julia -e 'Pkg.clone("https://github.com/MikeInnes/Documenter.jl")'