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