Updated Travis to use Python 3.9 and added the 'XBOXONESBT.ino' example

This commit is contained in:
Kristian Sloth Lauszus 2020-11-15 19:29:54 +01:00
parent f500cc9b4c
commit e101482478

View file

@ -1,6 +1,6 @@
language: python language: python
python: python:
- "2.7" - "3.9"
# Cache PlatformIO packages using Travis CI container-based infrastructure # Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false sudo: false
@ -69,6 +69,7 @@ env:
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/USBH_MIDI_dump - PLATFORMIO_CI_SRC=examples/USBH_MIDI/USBH_MIDI_dump
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXOLD - PLATFORMIO_CI_SRC=examples/Xbox/XBOXOLD
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXONE - PLATFORMIO_CI_SRC=examples/Xbox/XBOXONE
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXONESBT
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXRECV - PLATFORMIO_CI_SRC=examples/Xbox/XBOXRECV
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXUSB - PLATFORMIO_CI_SRC=examples/Xbox/XBOXUSB