Skip to content

Commit

Permalink
Merge pull request #55 from JuliaIO/rsr/travis
Browse files Browse the repository at this point in the history
Fix travis to report CG errors again
  • Loading branch information
rsrock authored Dec 29, 2018
2 parents f3725ec + 71ae791 commit 573dd96
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ matrix:
- julia: nightly
notifications:
email: false

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --color=yes -e 'using InteractiveUtils; versioninfo(); import Pkg; Pkg.clone(pwd())'
- CGBITMAP_CONTEXT_LOG_ERRORS=1 julia --color=yes --check-bounds=yes -e 'import Pkg; Pkg.test("QuartzImageIO"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("QuartzImageIO")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'import Pkg; cd(Pkg.dir("QuartzImageIO")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'

0 comments on commit 573dd96

Please sign in to comment.