Skip to content
Snippets Groups Projects
Commit ab316954 authored by dgelessus's avatar dgelessus
Browse files

Remove unneeded TERM=dumb from .travis.yml

Travis already sets this variable automatically.
parent d98ffe9d
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ install: ...@@ -9,7 +9,7 @@ install:
- rvm install ruby --latest - rvm install ruby --latest
- gem install travis-custom-deploy - gem install travis-custom-deploy
script: script:
- TERM=dumb ./gradlew --no-daemon asciidoctor --info --stacktrace - ./gradlew --no-daemon asciidoctor --info --stacktrace
after_success: after_success:
- travis-custom-deploy sftp build/asciidoc/pdf/*.pdf - travis-custom-deploy sftp build/asciidoc/pdf/*.pdf
- travis-custom-deploy sftp build/asciidoc/html5 - travis-custom-deploy sftp build/asciidoc/html5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment