JavaAlgorithms/.travis.yml
2020-10-24 17:56:57 +08:00

9 lines
199 B
YAML

language: java
script:
- find . -type f -name "*.java" > sources.txt
- javac @sources.txt
notifications:
webhooks: https://www.travisbuddy.com/
on_success: never
on_failure: always