mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 22:00:32 +05:30
Add travis configuration
This commit is contained in:
parent
f8d2794a1d
commit
9842744f22
12
.travis.yml
12
.travis.yml
@ -1 +1,13 @@
|
|||||||
language: java
|
language: java
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./gradlew check
|
||||||
|
- ./gradlew javadoc
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: pages
|
||||||
|
skip_cleanup: true
|
||||||
|
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
|
||||||
|
local_dir: build/docs
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user