From 3da8bb013e86fb69440c917afb77c6c3481d681e Mon Sep 17 00:00:00 2001 From: Francois Best Date: Thu, 13 Oct 2016 17:29:58 +0200 Subject: [PATCH] Don't build examples for now. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 599944e..3b64ca2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ install: script: # Build examples with Arduino IDE on each available platform / board - - build_main_platforms + # - build_main_platforms # Build and run unit tests with regular C++ compiler - mkdir build && cd build