.travis.yml now builds all environments

This commit is contained in:
2020-05-25 23:40:30 +02:00
parent 342777f7c0
commit 4484e2f29a

View File

@@ -2,8 +2,6 @@ language: python
python:
- "2.7"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
cache:
directories:
- "~/.platformio"
@@ -18,5 +16,11 @@ install:
- pip install -U platformio
- platformio update
env:
- BUILD_CONFIG=feedc0de_usb
- BUILD_CONFIG=aveexy_usb
- BUILD_CONFIG=testbench_usb
- BUILD_CONFIG=mickdermack_usb
script:
- platformio run -e feedc0de_usb
- platformio run -e $BUILD_CONFIG