From 4484e2f29a9213e969a6ee4c35ccb92ebc336b94 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Mon, 25 May 2020 23:40:30 +0200 Subject: [PATCH] .travis.yml now builds all environments --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1058b55..db3d27f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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