From fc0f7ead5db65b6ceac0809c83df59fbd2827ee1 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Thu, 14 Apr 2016 23:02:12 +0200 Subject: [PATCH] Try to enable serial debugging in Travis again --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b02d84a42..2aba1c471 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ env: - PLATFORMIO_CI_SRC=examples/Bluetooth/SPPMulti - PLATFORMIO_CI_SRC=examples/Bluetooth/Wii - PLATFORMIO_CI_SRC=examples/Bluetooth/WiiBalanceBoard - - PLATFORMIO_CI_SRC=examples/Bluetooth/WiiIRCamera PLATFORMIO_BUILD_FLAGS="-DWIICAMERA" + - PLATFORMIO_CI_SRC=examples/Bluetooth/WiiIRCamera - PLATFORMIO_CI_SRC=examples/Bluetooth/WiiMulti - PLATFORMIO_CI_SRC=examples/Bluetooth/WiiUProController - PLATFORMIO_CI_SRC=examples/board_qc @@ -55,6 +55,7 @@ env: install: - pip install -U platformio + - export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA" # # Libraries from PlatformIO Library Registry: