未验证 提交 0f6e15de 编写于 作者: ishellhub's avatar ishellhub 提交者: GitHub

Merge pull request #1934 from shellhub/dev

Add travis
......@@ -20,7 +20,7 @@ jobs:
- name: Prettify code
uses: creyD/prettier_action@v3.0
with:
prettier_options: --write **/*.{java,md}
prettier_options: --write **/*.{java}
commit_message: 'feat: prettify code'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
\ No newline at end of file
此差异已折叠。
# The Algorithms - Java
[![Build Status](https://img.shields.io/travis/TheAlgorithms/Java.svg?label=Travis%20CI&logo=travis&style=flat-square)](https://travis-ci.com/TheAlgorithms/Java) 
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/TheAlgorithms/100)
[![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms) 
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册