Test enabling remote unit testing on Travis

This commit is contained in:
Josh Stewart 2020-02-03 09:06:28 +11:00
parent 2231a4a1ff
commit 6808a15f6d
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ script:
- platformio update
# 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
- platformio remote test --environment megaatmega2560
# The uploading of the firmware and doxygen files are only performed on the master branch
- |
if [ "$TRAVIS_BRANCH" == "master" ]; then