From 27f41a70a193dfbea164fc6f0f7cb58d4f105230 Mon Sep 17 00:00:00 2001 From: Ladyada Date: Thu, 1 Aug 2019 14:10:41 -0400 Subject: [PATCH] manually call clanger --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ceb0178..6b8df8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: - arduino --install-library "Adafruit Unified Sensor" script: - - ./run-clang-format.py -r . + - python run-clang-format.py -r . - build_main_platforms # Generate and deploy documentation