From b597e4c329762666173f36fb55d0129a07885d40 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sun, 8 Sep 2019 08:57:55 -0500 Subject: [PATCH] libraries: update Travis to use AWS S3 --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 736dcc05..307c7c3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,14 @@ python: "3.6" install: - pip install -r adabot/requirements.txt +addons: + artifacts: + paths: + - $HOME/web/libraries.json + target_paths: /adabot + debug: true + script: + - mkdir -p web - cd adabot - - python -u -m adabot.update_cp_org_libraries + - python -u -m adabot.update_cp_org_libraries -o $HOME/web/libraries.json