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