Skip to content

Commit c23277e

Browse files
committed
Add .travis.yml
Add .gitignore
1 parent d654b86 commit c23277e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
target/
2+
org.jacoco.examples.maven.java.iml
3+
.idea

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: java
22
sudo: false # faster builds
33

4+
script: "mvn cobertura:cobertura"
5+
46
after_success:
57
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)