Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davidavdav committed Jul 27, 2016
2 parents 1e2f88f + b0dae45 commit 330c7d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ language: julia
julia:
- 0.4
- nightly
after_success:
- julia -e 'cd(Pkg.dir("NamedArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ NamedArrays
Julia type that implements a drop-in replacement of Array with named dimensions.

[![Build Status](https://travis-ci.org/davidavdav/NamedArrays.jl.png)](https://travis-ci.org/davidavdav/NamedArrays.jl)
[![Coverage Status](https://coveralls.io/repos/github/davidavdav/NamedArrays.jl/badge.svg?branch=master)](https://coveralls.io/github/davidavdav/NamedArrays.jl?branch=master)

Idea
----
Expand Down

0 comments on commit 330c7d6

Please sign in to comment.