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
language: minimal
language: shell
addons:
apt:
packages:
@ -17,7 +18,7 @@ before_deploy:
- cd ..
deploy:
provider: releases
api_key: $GITHUB_KEY
token: $GITHUB_KEY
file:
- pdf/thesis.pdf
skip_cleanup: true
cleanup: false