struggling with travis

This commit is contained in:
lathoub 2020-03-23 21:45:05 +01:00
parent 322a13ea31
commit 4e970d586a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ script:
# Build current example # Build current example
- | - |
if [ ! "${BUILD_UNIT_TESTS}" ]; then if [ ! "${BUILD_UNIT_TESTS}" ]; then
platformio ci --lib="." --board=uno --board="due" --board="zero" --board="leonardo" --board="micro" --board="nanoatmega328" --board="megaatmega2560" --board="teensy20" --board="teensy20pp" --board="teensy30" --board="teensy31" platformio ci --lib="." --board=uno
fi fi
after_success: after_success: