Fix typo on last commit

This commit is contained in:
Josh Stewart 2020-02-11 12:22:39 +11:00
parent 92fd55bc11
commit ae0f63c98b
1 changed files with 1 additions and 1 deletions

View File

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