Skip to content

Commit 46c3950

Browse files
authored
Merge pull request #6 from tannewt/fix_travis
Fix travis to use latest build-bundles command line options.
2 parents c9a15d8 + 387edfb commit 46c3950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ deploy:
1818
on:
1919
tags: true
2020

21-
script: circuitpython-build-bundles . bundles circuitpython-community-bundle
21+
script: circuitpython-build-bundles --filename_prefix circuitpython-community-bundle --library_location libraries --library_depth 2

Diff for: requirements.txt

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

0 commit comments

Comments
 (0)