mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Updated Travis to use Python 3.9 and added the 'XBOXONESBT.ino' example
This commit is contained in:
parent
f500cc9b4c
commit
e101482478
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.9"
|
||||
|
||||
# Cache PlatformIO packages using Travis CI container-based infrastructure
|
||||
sudo: false
|
||||
|
@ -69,6 +69,7 @@ env:
|
|||
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/USBH_MIDI_dump
|
||||
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXOLD
|
||||
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXONE
|
||||
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXONESBT
|
||||
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXRECV
|
||||
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXUSB
|
||||
|
||||
|
|
Loading…
Reference in a new issue