Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Heusingfeld committed Oct 12, 2017
1 parent e0ad94d commit 8c639ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
language: java
sudo: false
install: ''
script:
- export TERM=dumb
- './gradlew wrapper'
- './gradlew asciidoctor'
jdk:
- oraclejdk8
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 8c639ec

Please sign in to comment.