Skip to content

Commit 7d8795e

Browse files
authored
Merge branch 'master' into lint
2 parents bb311b7 + e129bdb commit 7d8795e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# This is a common .travis.yml for generating library release zip files for
23
# CircuitPython library releases using circuitpython-build-tools.
34
# See https://github.com/adafruit/circuitpython-build-tools for detailed setup
@@ -17,6 +18,7 @@ deploy:
1718
api_key: $GITHUB_TOKEN
1819
file_glob: true
1920
file: bundles/*
21+
2022
skip_cleanup: true
2123
on:
2224
tags: true
@@ -28,3 +30,4 @@ script:
2830
- pylint adafruit_dht.py
2931
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
3032
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-dht --library_location .
33+

0 commit comments

Comments
 (0)