Skip to content

Commit

Permalink
Merge bc04942 into f8080aa
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Jan 21, 2018
2 parents f8080aa + bc04942 commit 0ff9125
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -4,17 +4,17 @@ jdk:
- oraclejdk8

scala:
- 2.11.8
- 2.11.12

script: sbt ++$TRAVIS_SCALA_VERSION clean test
script: sbt ++$TRAVIS_SCALA_VERSION clean coverageTest

cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot/
- $HOME/.zinc

after_success: sbt ++$TRAVIS_SCALA_VERSION travis-report
after_success: sbt ++$TRAVIS_SCALA_VERSION travisReport

before_cache:
# Tricks to avoid unnecessary cache updates
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1 +1 @@
addSbtPlugin("org.hammerlab.sbt" % "base" % "4.1.0")
addSbtPlugin("org.hammerlab.sbt" % "base" % "4.2.0")
Expand Up @@ -103,7 +103,7 @@ object ContigName {
implicit object Strict extends Factory {

// Exposed for testing
private[reference] def clear(): Unit = {
def clear(): Unit = {
seenChrsOpt = None
names.clear()
}
Expand Down

0 comments on commit 0ff9125

Please sign in to comment.