Skip to content

Commit 1b507d7

Browse files
committed
Turn on autobuild for the community bundle.
1 parent 8a9ddbd commit 1b507d7

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Diff for: .travis.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Travis CI configuration for automated bundle generation.
2+
3+
dist: trusty
4+
sudo: false
5+
language: python
6+
python:
7+
- "3.6"
8+
9+
cache:
10+
pip: true
11+
12+
deploy:
13+
provider: releases
14+
api_key: $GITHUB_TOKEN
15+
file_glob: true
16+
file: bundles/*
17+
skip_cleanup: true
18+
on:
19+
tags: true
20+
21+
script: circuitpython-build-bundles . bundles

Diff for: requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
circuitpython-travis-build-tools

0 commit comments

Comments
 (0)