don't clone master of DataFlow on travis

users will generally be on release versions
This commit is contained in:
Tony Kelman 2017-03-01 06:39:09 -08:00 committed by GitHub
parent 1d45cdc301
commit ee6f1d96e3
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 # 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("https://github.com/MikeInnes/DataFlow.jl")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)' - julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)'
after_success: after_success:
# - julia -e 'Pkg.add("Documenter")' # - julia -e 'Pkg.add("Documenter")'