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.
 
 

15 rivejä
238 B

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