Add travis configuration
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user