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

Commit

Permalink
Fixed broken path in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Heusingfeld committed Oct 12, 2017
1 parent 8c639ec commit 3663be4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ sudo: false
install: ''
script:
- export TERM=dumb
- './gradlew wrapper'
- './gradlew asciidoctor'
jdk:
- oraclejdk8
deploy:
provider: releases
api_key:
secure: N4258zuzvzKlhJGnuX3Qy4hK9/L8l3Tph00Z3sMnhmqRzG/f4BYMJEsZ9tSrDntP6qrqy4YUoHf6/AGrg5ZzCVV6vkEupd6jcV3r9e4VFl3Uwatw7+K3iM75nOMVBH6j0ZB5ThR4MmPO1zMG2GXD/tglT2x37rtDMy/v2CJG5No=
file: build/index.pdf
file: $TRAVIS_BUILD_DIR/build/index.pdf
skip_cleanup: true
on:
tags: true
repo: arc42/quality-requirements

0 comments on commit 3663be4

Please sign in to comment.