mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2024-12-02 06:50:17 +01:00
Add travis configuration
This commit is contained in:
parent
f8d2794a1d
commit
9842744f22
12
.travis.yml
12
.travis.yml
@ -1 +1,13 @@
|
||||
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