File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ language : java
2
+ script :
3
+ - find . -type f -name "*.java" > sources.txt
4
+ - javac @sources.txt
5
+
6
+ notifications :
7
+ webhooks : https://www.travisbuddy.com/
8
+ on_success : never
9
+ on_failure : always
Original file line number Diff line number Diff line change 1
1
# The Algorithms - Java
2
-
2
+ [ ![ Build Status ] ( https://img.shields.io/travis/TheAlgorithms/Java.svg?label=Travis%20CI&logo=travis&style=flat-square )] ( https://travis-ci.com/TheAlgorithms/Java ) & nbsp ;
3
3
[ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://www.paypal.me/TheAlgorithms/100 )
4
4
[ ![ Gitter chat] ( https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square )] ( https://gitter.im/TheAlgorithms )   ;
5
5
You can’t perform that action at this time.
0 commit comments