From 748b82144ef2be107c9fa1a01eed9049d705e2b0 Mon Sep 17 00:00:00 2001 From: Holger Fleischmann Date: Thu, 10 Dec 2020 19:17:51 +0100 Subject: [PATCH] trying to fix travis ci build --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a16a93a..6cd3e8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,16 @@ language: python python: - - "2.7" + - "3.7" sudo: false cache: directories: - "~/.platformio" + - $HOME/.cache/pip install: - pip install -U platformio - - platformio update + - pio update script: - - platformio run + - pio run