Skip to content

Commit

Permalink
Merge pull request #1 from hammerlab/badge
Browse files Browse the repository at this point in the history
fix maven badge
  • Loading branch information
ryan-williams committed Nov 14, 2016
2 parents d652c74 + bd6a396 commit 374765f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ script: sbt clean coverage test

cache:
directories:
- .autoconf
- $HOME/.m2
- $HOME/.ivy2
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
- $HOME/.zinc
- target/scala-2.11

after_success: sbt coverageReport coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/hammerlab/iterator.svg?branch=master)](https://travis-ci.org/hammerlab/iterator)
[![Coverage Status](https://coveralls.io/repos/github/hammerlab/iterator/badge.svg?branch=master)](https://coveralls.io/github/hammerlab/iterator?branch=master)
[![Maven Central](https://img.shields.io/maven-central/v/org.hammerlab/.11.svg?maxAge=25920)](http://search.maven.org/#search%7Cga%7C1%7Citerator)
[![Maven Central](https://img.shields.io/maven-central/v/org.hammerlab/iterator_2.11.svg?maxAge=1800)](http://search.maven.org/#search%7Cga%7C1%7Citerator)

- Some Scala `Iterator`s and useful `Iterator`-related abstractions; see [`org.hammerlab.iterator`]().
- Also, [math](https://github.com/hammerlab/iterator/blob/master/src/main/scala/org/hammerlab/math) and [stats](https://github.com/hammerlab/iterator/blob/master/src/main/scala/org/hammerlab/stats) packages, some of which are highlighted below.
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.hammerlab" % "sbt-parent" % "1.0.4-SNAPSHOT")
addSbtPlugin("org.hammerlab" % "sbt-parent" % "1.0.4")

0 comments on commit 374765f

Please sign in to comment.