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.
 
 

14 line
219 B

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