From 8d0785cf1b467057d835533b3285a82fb26dd39e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 28 May 2015 13:10:36 +0300 Subject: [PATCH] Fix Circle CI Example --- docs/ci/circleci.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ci/circleci.rst b/docs/ci/circleci.rst index 61da49de..daf7e674 100644 --- a/docs/ci/circleci.rst +++ b/docs/ci/circleci.rst @@ -30,9 +30,9 @@ Put ``circle.yml`` to the root directory of the GitHub repository. machine: environment: - - PLATFORMIO_CI_SRC=path/to/source/file.c - - PLATFORMIO_CI_SRC=path/to/source/file.ino - - PLATFORMIO_CI_SRC=path/to/source/directory + PLATFORMIO_CI_SRC: path/to/source/file.c + PLATFORMIO_CI_SRC: path/to/source/file.ino + PLATFORMIO_CI_SRC: path/to/source/directory dependencies: pre: