You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 line
203 B

  1. language: java
  2. matrix:
  3. include:
  4. - os: osx
  5. jdk: oraclejdk8
  6. - os: linux
  7. jdk: oraclejdk8
  8. script: "mvn cobertura:cobertura"
  9. after_success:
  10. - bash <(curl -s https://codecov.io/bash)