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.
 
 

12 rivejä
181 B

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