fix travis.yml
This commit is contained in:
parent
91a62a04bc
commit
83c4aa41a2
@ -9,7 +9,7 @@ julia:
|
|||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
# 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/Flow.jl")'
|
- julia -e 'Pkg.clone("https://github.com/MikeInnes/Flow.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)'
|
||||||
|
Loading…
Reference in New Issue
Block a user