From ce172c30fd7dc0e1607a1657a62cba518324556c Mon Sep 17 00:00:00 2001 From: Elbert Alias Date: Sun, 16 Apr 2017 11:34:34 +1000 Subject: [PATCH] Add API key to Travis CI configuration --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b59f9ea0..d78ea5d9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,12 @@ after_success: deploy: provider: releases api_key: - secure: "" + secure: mco1ycbfGXZEiBywOmM5A50Y1QPFawj4i0gdB9JDkXDvY7N2kPZyCdAeOQOMEJuetGT3HvJuTG0Ll47sithZfPqq6wx/4EeP8YQYYFIyoOlsIGi5MDR1kS5ZOqKDWGe5+x+/rUZbmuMHvgHWNSjPG8mBrp5xWmON6ETkLWfVB0c= file_glob: true file: build/* skip_cleanup: true on: + repo: AliasIO/Wappalyzer tags: true after_script: ls -l --block-size=kB build cache: