Skip to content

Commit 44c6f38

Browse files
committed
travis add build nrf5x platform
1 parent 9a9f044 commit 44c6f38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
before_install:
1616
- wget -q https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh
17-
# add tinyusb option
17+
# add tinyusb option for m4
1818
- sed -i 's/\(m4:speed=120\)/\1,usbstack=tinyusb/g' install.sh
1919
- source install.sh
2020

@@ -23,6 +23,7 @@ install:
2323

2424
script:
2525
- build_m4_platforms
26+
- build_nrf5x_platforms
2627

2728
# Generate and deploy documentation
2829
after_success:

0 commit comments

Comments
 (0)