From 016f18df4bb96fedad472893d844b170761c2a81 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Sun, 9 Oct 2016 19:10:31 +0200 Subject: [PATCH] Fixy. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7ef90a..a748798 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,8 +52,8 @@ before_install: install: # Install lcov from source - wget http://ftp.fr.debian.org/debian/pool/main/l/lcov/lcov_1.12.orig.tar.gz - - tar xf lcov_1.11.orig.tar.gz - - sudo make -C lcov-1.11/ install + - tar xf lcov_1.12.orig.tar.gz + - sudo make -C lcov-1.12/ install - sudo apt-get install ggcov - gem install coveralls-lcov - lcov --version @@ -65,7 +65,7 @@ before_script: 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