Skip to content

Commit b324682

Browse files
committed
no harm in trying..
1 parent a90ecf3 commit b324682

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: python
33
python:
44
- '3.6'
55

6+
before_deploy:
7+
script:
8+
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
9+
610
matrix:
711
include:
812
- python: "3.6"
@@ -39,5 +43,3 @@ matrix:
3943
skip_cleanup: true
4044
on:
4145
tags: true
42-
script:
43-
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/

0 commit comments

Comments
 (0)