Skip to content

Commit 4e9fd61

Browse files
authored
Merge pull request #6 from dhalbert/travis-fix
fix travis provider
2 parents 2246567 + a702137 commit 4e9fd61

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.travis.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,14 @@ python:
55
cache:
66
pip: true
77
deploy:
8-
matrix:
9-
- provider: releases
10-
api_key: "$GITHUB_TOKEN"
11-
file_glob: true
12-
file: "$TRAVIS_BUILD_DIR/bundles/*"
13-
skip_cleanup: true
14-
overwrite: true
15-
on:
16-
tags: true
17-
# - provider: pypi
18-
# user: adafruit-travis
19-
# on:
20-
# tags: true
21-
# password:
22-
# secure: TBS
8+
provider: releases
9+
api_key: "$GITHUB_TOKEN"
10+
file_glob: true
11+
file: "$TRAVIS_BUILD_DIR/bundles/*"
12+
skip_cleanup: true
13+
overwrite: true
14+
on:
15+
tags: true
2316

2417
install:
2518
- pip install -r requirements.txt

0 commit comments

Comments
 (0)