Skip to content

Commit

Permalink
Bump to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBlackwell committed Aug 29, 2018
1 parent 3bafd21 commit ad82f5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,8 @@ os:
- linux
- osx
julia:
- 0.6
- 0.7
- 1.0
- nightly
notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
@@ -1,4 +1,4 @@
julia 0.6
julia 0.7
Images
MappedArrays
IndirectArrays
1 change: 0 additions & 1 deletion src/EchogramImages.jl
@@ -1,4 +1,3 @@
__precompile__()
module EchogramImages

using Images
Expand Down
6 changes: 1 addition & 5 deletions test/runtests.jl
@@ -1,9 +1,5 @@
using EchogramImages
@static if VERSION < v"0.7.0-DEV.2005"
using Base.Test
else
using Test
end
using Test

a = rand(100,100)
img = imagesc(a)
Expand Down

0 comments on commit ad82f5b

Please sign in to comment.