better travis config

This commit is contained in:
Torma Kristóf 2019-12-04 16:05:33 +01:00
parent 1265aebafa
commit ebd4858a5b
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

View File

@ -1,5 +1,6 @@
os: linux
dist: bionic dist: bionic
language: minimal language: shell
addons: addons:
apt: apt:
packages: packages:
@ -17,7 +18,7 @@ before_deploy:
- cd .. - cd ..
deploy: deploy:
provider: releases provider: releases
api_key: $GITHUB_KEY token: $GITHUB_KEY
file: file:
- pdf/thesis.pdf - pdf/thesis.pdf
skip_cleanup: true cleanup: false