Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
os: linux
dist: bionic
language: python
python:
- "2.7"
- "3.9"

# Short duration job, use the container/without sudo image as it boots faster
sudo: false
Expand All @@ -14,15 +16,15 @@ cache:
matrix:
fast_finish: true
include:
- env: BOARD=teensy20 PLATFORMIO_CI_SRC=examples/RDMSerialRecv
- env: BOARD=teensy20pp PLATFORMIO_CI_SRC=examples/RDMSerialRecv
- env: BOARD=teensy2 PLATFORMIO_CI_SRC=examples/RDMSerialRecv
- env: BOARD=teensy2pp PLATFORMIO_CI_SRC=examples/RDMSerialRecv
- env: BOARD=uno PLATFORMIO_CI_SRC=examples/RDMSerialRecv
- env: BOARD=diecimilaatmega328 PLATFORMIO_CI_SRC=examples/RDMSerialRecv
- env: BOARD=leonardo PLATFORMIO_CI_SRC=examples/RDMSerialRecv
- env: BOARD=nanoatmega328 PLATFORMIO_CI_SRC=examples/RDMSerialRecv
- env: BOARD=pro16MHzatmega328 PLATFORMIO_CI_SRC=examples/RDMSerialRecv
- os: linux
dist: trusty
dist: bionic
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='codespell'
Expand Down