Skip to content

Commit

Permalink
Adjust REQUIRE and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Aug 22, 2018
1 parent d751276 commit 49c002a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@ os:
- osx
julia:
- 0.7
- 1.0
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
#script: # use the default script setting which is equivalent to the following
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("QuartzImageIO");'
# - julia -e 'Pkg.test("QuartzImageIO"; coverage=true)'
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd())'
- CGBITMAP_CONTEXT_LOG_ERRORS=1 julia -e 'Pkg.test("QuartzImageIO"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("QuartzImageIO")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
6 changes: 3 additions & 3 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
julia 0.7.0-beta2
FileIO 1.0.0
julia 0.7
FileIO 1.0
ImageCore 0.7
ColorTypes 0.3
ColorVectorSpace 0.2
FixedPointNumbers 0.3.0
FixedPointNumbers 0.3

0 comments on commit 49c002a

Please sign in to comment.