Skip to content

Commit 59b5650

Browse files
committed
re-add script
1 parent fdfdc80 commit 59b5650

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ python:
44
- '3.6'
55

66
before_deploy:
7-
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
7+
script:
8+
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
89

910
jobs:
1011
include:

0 commit comments

Comments
 (0)