Skip to content

Commit

Permalink
Test new coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Forsey committed Sep 4, 2013
1 parent 03c91ae commit 89e1e96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,5 +3,6 @@ language: scala
script: "sbt coveralls"
jdk:
- oraclejdk7
- openjdk7
scala:
- 2.10.0
2 changes: 1 addition & 1 deletion project/build.sbt
Expand Up @@ -7,4 +7,4 @@ resolvers ++= Seq(

addSbtPlugin("reaktor" %% "sbt-scct" % "0.2-SNAPSHOT")

addSbtPlugin("com.github.theon" %% "xsbt-coveralls-plugin" % "0.0.3")
addSbtPlugin("com.github.theon" %% "xsbt-coveralls-plugin" % "0.0.4-SNAPSHOT")
Expand Up @@ -79,7 +79,6 @@ object UriParser extends Parser {

def parse(s: String, config: UriConfig) = {
try {
// println(config.queryDecoder)
val ruleTree = _uri(config)
val parsingResult = ReportingParseRunner(ruleTree).run(s)

Expand Down

0 comments on commit 89e1e96

Please sign in to comment.