Fix the travis test so that it uses Teensy41

This commit is contained in:
Josh Stewart 2020-07-14 13:58:25 +10:00
parent e17874553f
commit 4e1a429ff6
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ script:
- platformio update
- platformio platform update
# Run the builds (Mega must be last so that the hex file isn't cleaned up)
- platformio run -e teensy35 -e teensy40 -e megaatmega2561 -e megaatmega2560
- platformio run -e teensy35 -e teensy41 -e megaatmega2561 -e megaatmega2560
# Run the remote unit tests (only on master)
- 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then platformio remote test --environment megaatmega2560; fi'
# Uploading the firmware to speeduino.com (Only on master)