Skip to content

Commit 331c679

Browse files
committed
Ignore build directories and switch bundle name.
1 parent 1b507d7 commit 331c679

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
build
1+
build*
2+
.env
3+
bundles

.travis.yml

Lines changed: 1 addition & 1 deletion
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
21+
script: circuitpython-build-bundles . bundles circuitpython-community-bundle

0 commit comments

Comments
 (0)