mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Try a different travis config
This commit is contained in:
parent
8bf1ab65c6
commit
8754b44f1d
|
@ -1,5 +1,4 @@
|
|||
language: java
|
||||
before_install: pip install codecov
|
||||
script: mvn ${JACOCO} test
|
||||
matrix:
|
||||
include:
|
||||
|
@ -13,4 +12,4 @@ cache:
|
|||
- $HOME/.m2
|
||||
git:
|
||||
depth: 10
|
||||
after_success: codecov
|
||||
after_success: bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in a new issue