forked from alibaba/jvm-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
luanjia
committed
Dec 27, 2018
1 parent
38f8c34
commit 7de55d6
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## for IDEA | ||
.idea | ||
*.iml | ||
|
||
## for maven | ||
pom.xml.versionsBackup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
language: generic | ||
|
||
jdk: | ||
- openjdk6 | ||
- oraclejdk6 | ||
|
||
cache: | ||
directories: | ||
- "$HOME/.m2/repository" | ||
|
||
script: | ||
- mvn clean cobertura:cobertura -Dmaven.test.skip=false | ||
|
||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) |