checkout dataflow for now

This commit is contained in:
Mike J Innes 2017-06-01 16:51:26 +01:00
parent c7f8d86f9e
commit 7ce782b959
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ julia:
# 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.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:
# - julia -e 'Pkg.add("Documenter")'
- julia -e 'Pkg.clone("https://github.com/MikeInnes/Documenter.jl")'