Add API key to Travis CI configuration

main
Elbert Alias 8 years ago
parent 61710f703d
commit ce172c30fd

@ -14,11 +14,12 @@ after_success:
deploy: deploy:
provider: releases provider: releases
api_key: api_key:
secure: "" secure: mco1ycbfGXZEiBywOmM5A50Y1QPFawj4i0gdB9JDkXDvY7N2kPZyCdAeOQOMEJuetGT3HvJuTG0Ll47sithZfPqq6wx/4EeP8YQYYFIyoOlsIGi5MDR1kS5ZOqKDWGe5+x+/rUZbmuMHvgHWNSjPG8mBrp5xWmON6ETkLWfVB0c=
file_glob: true file_glob: true
file: build/* file: build/*
skip_cleanup: true skip_cleanup: true
on: on:
repo: AliasIO/Wappalyzer
tags: true tags: true
after_script: ls -l --block-size=kB build after_script: ls -l --block-size=kB build
cache: cache:

Loading…
Cancel
Save