StaffChat/.travis.yml

14 lines
237 B
YAML

language: java
jdk:
- openjdk8
deploy:
provider: releases
api_key: $GITHUB_KEY
file_glob: true
file: "*/staffchat*.jar"
skip_cleanup: true
on:
tags: true
after_success:
- mvn clean test jacoco:report coveralls:report