Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Fix "shallow repository" error (hopefully).
Browse files Browse the repository at this point in the history
  • Loading branch information
davidagold committed Jul 13, 2015
1 parent ed9615f commit d9d7b79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: julia
julia:
- nightly

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.init(); Pkg.clone(pwd())'
- julia -e 'Pkg.test("NullableArrays", coverage=true)'

after_success:
- julia -e 'cd(Pkg.dir("NullableArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit d9d7b79

Please sign in to comment.