From ae0f63c98bd5739c491d814bab6aece907a534d3 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Tue, 11 Feb 2020 12:22:39 +1100 Subject: [PATCH] Fix typo on last commit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ab53a4d..b9bf1f13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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