Skip to content

Commit

Permalink
Attempt to get travis testing working
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBlackwell committed Jul 15, 2018
1 parent 234624d commit a9e8633
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# EchoviewEcs.jl


[![Build Status](https://travis-ci.org/EchoJulia/EchoviewEcs.jl.svg?branch=master)](https://travis-ci.org/EchoJulia/EchoviewEcs.jl)

[![Coverage Status](https://coveralls.io/repos/EchoJulia/EchoviewEcs.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/EchoJulia/EchoviewEcs.jl?branch=master)

[![codecov.io](http://codecov.io/github/EchoJulia/EchoviewEcs.jl/coverage.svg?branch=master)](http://codecov.io/github/EchoJulia/EchoviewEcs.jl?branch=master)


[[Julia](http://julialang.org) package for reading [Echoview calibration
supplement (.ECS) files](http://support.echoview.com/WebHelp/Files,_filesets_and_variables/About_ECS_files.htm).

Expand Down
7 changes: 6 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
using EchoviewEcs
using Base.Test

@static if VERSION < v"0.7.0-DEV.2005"
using Base.Test
else
using Test
end

filename = joinpath(dirname(@__FILE__),
"data/sample.ecs")
Expand Down

0 comments on commit a9e8633

Please sign in to comment.