Skip to content

Commit

Permalink
初始化提交1.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
luanjia committed Dec 27, 2018
1 parent 38f8c34 commit 7de55d6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## for IDEA
.idea
*.iml

## for maven
pom.xml.versionsBackup
15 changes: 15 additions & 0 deletions .travis.yml
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)

0 comments on commit 7de55d6

Please sign in to comment.