better travis config
This commit is contained in:
parent
1265aebafa
commit
ebd4858a5b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user