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