fix travis.yml

This commit is contained in:
Mike J Innes 2016-10-25 21:35:02 +01:00
parent 91a62a04bc
commit 83c4aa41a2

View File

@ -9,7 +9,7 @@ julia:
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("https://github.com/MikeInnes/Flow.jl")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)'