intiial attempt to add adabot cron script for updating libraries.json

This commit is contained in:
sommersoft 2019-04-27 09:06:28 -05:00
parent a8ff4044e3
commit 023471882d

View file

@ -1,7 +1,23 @@
language: ruby
rvm:
- 2.5.3
install:
- gem install git
script:
-
# TravisCI config for circuitpython.org
dist: xenial
matrix:
include:
- language: ruby
rvm: 2.5.3
name: "rvm"
install:
- gem install git
script:
-
- language: python
python: "3.6"
name: "adabot auto-updater"
install:
- pip install --user -r adabot/requirements.txt
script:
- cd adabot
- python -u -m adabot.update_cp_org_libraries
if: $TRAVIS_EVENT_TYPE="cron"