mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-06 17:29:31 +08:00
add travis
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
@ -1,5 +1,5 @@
|
||||
# The Algorithms - Java
|
||||
|
||||
[](https://travis-ci.com/TheAlgorithms/Java)
|
||||
[](https://www.paypal.me/TheAlgorithms/100)
|
||||
[](https://gitter.im/TheAlgorithms)
|
||||
|
||||
|
Reference in New Issue
Block a user