JavaAlgorithms/.travis.yml

9 lines
199 B
YAML
Raw Normal View History

2020-10-24 17:56:57 +08:00
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