Skip to content

Commit

Permalink
Move to circleci from travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenHarbinger committed Jan 6, 2017
1 parent 821a23a commit cfac551
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test:
override:
- mvn clean cobertura:cobertura
post:
- bash <(curl -s https://codecov.io/bash)
26 changes: 26 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
codecov:
notify:
require_ci_to_pass: true
comment:
behavior: default
layout: header, diff
require_changes: false
coverage:
precision: 2
range:
- 70.0
- 100.0
round: down
status:
changes: false
patch: true
project: true
parsers:
gcov:
branch_detection:
conditional: true
loop: true
macro: false
method: false
javascript:
enable_partials: false
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.tros</groupId>
<artifactId>l2fprod-properties-editor</artifactId>
<version>1.0.5</version>
<version>1.1.0</version>
<packaging>jar</packaging>
<name>l2fprod-properties-editor</name>
<url>https://github.com/ZenHarbinger/l2fprod-properties-editor</url>
Expand Down

0 comments on commit cfac551

Please sign in to comment.