libraries: update Travis to use AWS S3

This commit is contained in:
sommersoft 2019-09-08 08:57:55 -05:00
parent 6e2697ab2f
commit b597e4c329

View file

@ -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