Skip to content

Commit

Permalink
julia 0.5 git tlsv1 error
Browse files Browse the repository at this point in the history
  • Loading branch information
oheil committed Mar 25, 2018
1 parent 2b7bd35 commit cb654a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ notifications:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("https://github.com/oheil/NormalizeQuantiles.jl.git"); Pkg.checkout("NormalizeQuantiles","backport-0.6"); Pkg.build("NormalizeQuantiles"); Pkg.test("NormalizeQuantiles"; coverage=true)'
matrix:
allow_failures:
- julia: 0.5
after_success:
- julia -e 'cd(Pkg.dir("NormalizeQuantiles")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit cb654a7

Please sign in to comment.