Simple and highly configurable staffchat
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.
StaffChat/.travis.yml

13 lines
237 B

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