Skip to content

Commit

Permalink
Extra /
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarey committed Jul 22, 2015
1 parent 5b6fd16 commit d907fa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,6 @@ scala:
jdk:
- oraclejdk8
script: sbt clean coverage test
after_success: sbt coveralls
after_success:
- sed -i 's,http://cobertura.sourceforge.net/xml/coverage-04.dtd,https://raw.githubusercontent.com/cobertura/cobertura/master/cobertura/src/site/htdocs/xml/coverage-04.dtd,g' target/scala-2.11/coverage-report/cobertura.xml
- sbt coveralls

0 comments on commit d907fa6

Please sign in to comment.