Skip to content

Commit

Permalink
Coveralls added to the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealdo committed Nov 18, 2016
1 parent c04d122 commit 74538f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ env:
matrix:
- TERM=dumb
global:
after_success:
- mvn clean cobertura:cobertura coveralls:report
deploy:
provider: bintray
file: deployBintray.json
user: mdavidek1
key:
secure: PFuaEWohyTBUTjZLUxZUNso3QtNLfdQPTne2R7ManIdt5J5669N/BAHRRFgwsh1z+PGbSvVHzDm+qrniMg5YKZSMKHC4ee8Xaht7+N4KuPk9ICwP4eEL9353BUeFHUV67J8Sy0FpGX0wbZPPPurI+i2TmP4l20FbRm77GXT6NYtmdKhdKtVANWq1vFu44SEd+6lcpdR3jR+MMRKr1aJOSNFjT4ExrWEt0dCUiXFS+60bAViN/3xoWWPKt5NE0l5JOvmuRUikkb0Hgdta97FGBY7ID645LzMvF5elYxIRxxglwMz7DXPMGlLTOB8KO9keB37Z2QK1r/AQDtca0t9L0QWLpltQ17L8eObfn+VUv5KSDKbsCZcP9Rl3qDBt3nPEV75GwzPJujH2YBreci4g6eHni3huJgz9nyY2LEkxK8QYgvO5dkN5KbcXT9Vfz1oHO/fbI5VlysLTNlEcz0/k4EuCqeiJMTCPKn5MV0ZTdwbuWz7Rg1Yb+2ZZrzmC9IhR1l2pvGmR4s+AxZoskQsBXcmp3E3XKPHczx9QxQHQ1Er37TMi6W8BmEj0y95aZiNvL0csNy7TofRQpdZBxrYyjRgSEBMMC+1JuZfmVNI/sVvaKs6IVG9GzdLOfRsBggLhrPrLgIG00cIUVG9PZnBr92oWAQ2/YFtrZLwBX7u8LLY=
dry-run: true
dry-run: false
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cz.mikealdo</groupId>
<artifactId>cache-key-generator</artifactId>
<version>1.1</version>
<version>1.2</version>

<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
Expand Down Expand Up @@ -51,6 +51,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -86,6 +90,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<configuration>
<repoToken>1fY3ITQ0XTkPkhxv9KnhYMyFlQd4JDJPH</repoToken>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 74538f3

Please sign in to comment.