We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9ddbd commit 1b507d7Copy full SHA for 1b507d7
.travis.yml
@@ -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
requirements.txt
@@ -0,0 +1 @@
+circuitpython-travis-build-tools
0 commit comments