diff --git a/.travis.yml b/.travis.yml index 3dc25114..6a105b8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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