libraries: update Travis to use AWS S3
This commit is contained in:
parent
6e2697ab2f
commit
b597e4c329
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.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
|
||||
|
|
|
|||
Loading…
Reference in a new issue