diff --git a/.travis.yml b/.travis.yml index c3b3186e..2d3743a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,8 +60,6 @@ script: - platformio platform update # Run the builds (Mega must be last so that the hex file isn't cleaned up) - platformio run -e teensy35 -e teensy41 -e black_F407VE -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) - | if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then @@ -71,6 +69,8 @@ script: curl -v --tlsv1.2 --ipv4 --user "speeduino_firmware@speeduino.com:$WEB_PWD" --basic -T "./.pio/build/teensy35/firmware.hex" "https://speeduino.com:2078/teensy35/master.hex" curl --tlsv1.2 --ipv4 --user "speeduino_firmware@speeduino.com:$WEB_PWD" --basic -T "./reference/speeduino.ini" "https://speeduino.com:2078/master.ini" fi +# Run the remote unit tests (only on master) + - 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then platformio remote test --environment megaatmega2560; fi' #Build the doxygen documentation and commit to its repo (Only on master) - | if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then