Remove Travis

This commit is contained in:
Andrii Siriak 2021-09-26 11:16:39 +03:00
parent db3dfc7006
commit 5ac57b61e4
No known key found for this signature in database
GPG Key ID: 165FBC99465D381C

View File

@ -1,10 +0,0 @@
os: linux
dist: focal
language: java
script:
- find . -type f -name "*.java" > sources.txt
- javac -Xlint:deprecation -Xlint:unchecked @sources.txt
notifications:
webhooks: https://www.travisbuddy.com/
on_success: never
on_failure: always