Skip to content

Commit

Permalink
use default travis test script (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored and timholy committed Apr 27, 2019
1 parent c782576 commit be2064d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ matrix:
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)'
env:
- CGBITMAP_CONTEXT_LOG_ERRORS=1

after_success:
- julia -e 'import Pkg; cd(Pkg.dir("QuartzImageIO")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "QuartzImageIO"
uuid = "dca85d43-d64c-5e67-8c65-017450d5d020"
version = "0.6.0"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand All @@ -8,7 +9,6 @@ FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
ColorTypes = "≥ 0.3.0"
Expand Down

0 comments on commit be2064d

Please sign in to comment.