Turn on autobuild for the community bundle.

This commit is contained in:
Scott Shawcroft 2017-11-28 11:06:07 -08:00
parent 8a9ddbdb88
commit 1b507d7e5e
2 changed files with 22 additions and 0 deletions

21
.travis.yml Normal file
View file

@ -0,0 +1,21 @@
# Travis CI configuration for automated bundle generation.
dist: trusty
sudo: false
language: python
python:
- "3.6"
cache:
pip: true
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: bundles/*
skip_cleanup: true
on:
tags: true
script: circuitpython-build-bundles . bundles

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
circuitpython-travis-build-tools