From df5a824303b0ccc4bc9c30887fb89632aeaf03b8 Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Sun, 23 Apr 2017 00:20:51 -0600 Subject: [PATCH] travis ci --- .travis.yml | 2 +- test.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 543a0a7..43fb79f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ install: - pip install -U platformio script: - - platformio ci --lib="." --board=uno --board=leonardo --board=pro16MHzatmega168 --board=btatmega328 + - sh test.sh diff --git a/test.sh b/test.sh index 8628097..c50ed21 100644 --- a/test.sh +++ b/test.sh @@ -6,3 +6,9 @@ PLATFORMIO_CI_SRC=examples/IRrelay python2 -m platformio ci --lib="." --board=un PLATFORMIO_CI_SRC=examples/IRremoteInfo python2 -m platformio ci --lib="." --board=uno PLATFORMIO_CI_SRC=examples/IRsendDemo python2 -m platformio ci --lib="." --board=uno PLATFORMIO_CI_SRC=examples/IRsendRawDemo python2 -m platformio ci --lib="." --board=uno +PLATFORMIO_CI_SRC=examples/IRtest python2 -m platformio ci --lib="." --board=uno +PLATFORMIO_CI_SRC=examples/IRtest2 python2 -m platformio ci --lib="." --board=uno +PLATFORMIO_CI_SRC=examples/JVCPanasonicSendDemo python2 -m platformio ci --lib="." --board=uno +PLATFORMIO_CI_SRC=examples/LGACSendDemo python2 -m platformio ci --lib="." --board=uno +PLATFORMIO_CI_SRC=examples/LegoPowerFunctionsSendDemo python2 -m platformio ci --lib="." --board=uno +PLATFORMIO_CI_SRC=examples/LegoPowerFunctionsTests python2 -m platformio ci --lib="." --board=uno