intiial attempt to add adabot cron script for updating libraries.json
This commit is contained in:
parent
a8ff4044e3
commit
023471882d
1 changed files with 23 additions and 7 deletions
30
.travis.yml
30
.travis.yml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue