Skip to content

Commit bac3a7d

Browse files
committed
travis: Fix typo
1 parent 98667b1 commit bac3a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_script:
3838
script:
3939
# Build mpy-cross first because other builds depend on it.
4040
- make -C mpy-cross
41-
- tools/build_adafruit_bins.h
41+
- tools/build_adafruit_bins.sh
4242
- make -C minimal CROSS=1 build/firmware.bin
4343
- ls -l minimal/build/firmware.bin
4444
- tools/check_code_size.sh

0 commit comments

Comments
 (0)