From 6523445185e229e116af5745b506b2ac8ba11844 Mon Sep 17 00:00:00 2001 From: Valeriy Koval Date: Thu, 10 Mar 2016 13:51:48 +0200 Subject: [PATCH] Update script command for dynamic testing of the boards --- docs/ci/travis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci/travis.rst b/docs/ci/travis.rst index 43e1c2c4..cef9431d 100644 --- a/docs/ci/travis.rst +++ b/docs/ci/travis.rst @@ -264,7 +264,7 @@ Examples - platformio lib install 416 421 422 script: - - if [[ $PLATFORMIO_CI_BOARDS_ARGS ]]; then bash -c 'platformio ci --lib="." $PLATFORMIO_CI_BOARDS_ARGS'; else bash -c 'platformio ci --lib="." --board=uno --board=teensy20pp'; fi + - platformio ci --lib="." --board=moteino $PLATFORMIO_CI_EXTRA_ARGS * Configuration file: https://github.com/ivankravets/Time/blob/master/.travis.yml * Build History: https://travis-ci.org/ivankravets/Time