Skip to content

Commit 9e49a28

Browse files
committed
Travis CI
1 parent eafe059 commit 9e49a28

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: java
2+
jdk:
3+
- openjdk6

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#Sonar Scoverage Plugin#
22

3+
[![Build Status](https://travis-ci.org/RadoBuransky/sonar-scoverage-plugin.png)](https://travis-ci.org/RadoBuransky/sonar-scoverage-plugin)
4+
35
Plugin for [SonarQube] that imports statement coverage generated by [Scoverage] for Scala projects.
46

57
## Requirements ##
@@ -48,4 +50,4 @@ the **Custom Measures** section. Click **Edit** in the newly added **Custom Meas
4850
[PluginJar]: https://github.com/RadoBuransky/sonar-scoverage-plugin/releases/download/v1.0-SNAPSHOT/sonar-scoverage-plugin-1.0-SNAPSHOT.jar
4951
[SonarQube]: http://www.sonarqube.org/ "SonarQube"
5052
[Scoverage]: https://github.com/scoverage/scalac-scoverage-plugin "Scoverage"
51-
[sbt-scoverage]: https://github.com/scoverage/sbt-scoverage
53+
[sbt-scoverage]: https://github.com/scoverage/sbt-scoverage

0 commit comments

Comments
 (0)