From 224713faea039590d1404e124abbfce4ba19ad15 Mon Sep 17 00:00:00 2001
From: Fabrice Weinberg <Fabrice@weinberg.me>
Date: Sun, 29 May 2016 15:36:12 +0200
Subject: [PATCH] Add `ClockDemo` to travis build

---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 4687f59..54b31d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,12 @@ cache:
 env:
     - PLATFORMIO_CI_SRC=examples/SSD1306UiDemo
     - PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo
+    - PLATFORMIO_CI_SRC=examples/SSD1306ClockDemo
 
 
 install:
     - pip install -U platformio
+    - if [[ $PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo ]]; then platformio lib install 44 fi
 
 script:
     - platformio ci --lib="." --board=nodemcuv2
-- 
GitLab