Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanBieler authored Apr 4, 2018
1 parent 257e93a commit f8055be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ matrix:

notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("HilbertSpaceFillingCurve"); Pkg.test("HilbertSpaceFillingCurve"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("HilbertSpaceFillingCurve")); Pkg.add("HilbertSpaceFillingCurve"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("HilbertSpaceFillingCurve")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit f8055be

Please sign in to comment.