Skip to content

Commit fdfdc80

Browse files
committed
staged build it is...
1 parent 191936a commit fdfdc80

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ python:
66
before_deploy:
77
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
88

9-
matrix:
9+
jobs:
1010
include:
11-
- python: "3.6"
11+
- stage: Test
12+
python: "3.6"
1213
name: "Test CircuitPython Bundle"
1314
if: type = pull_request
1415
script:
@@ -34,7 +35,7 @@ matrix:
3435
- cd Adafruit_CircuitPython_FeatherWing
3536
- circuitpython-build-bundles --filename_prefix test-single --library_location .
3637

37-
- deploy:
38+
- stage: deploy
3839
provider: pypi
3940
user: "adafruit-travis"
4041
password:

0 commit comments

Comments
 (0)