From 4fc176b3875fc9259159946a696315ff1f8aa744 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 30 Jul 2019 21:10:32 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f5c27c1..9ba1f4e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,24 @@ -sudo: false +dist: xenial +sudo: require language: python - python: - - "2.7" + +python: + - "3.7" os: - linux cache: - directories: - - "~/.platformio" + pip: true + directories: + - "~/.platformio" + install: - - pip install -U platformio - - platformio update + - pip install -U platformio before_script: + - platformio update - wget http://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz - tar xf arduino-1.8.5-linux64.tar.xz - mv arduino-1.8.5 $HOME/arduino_ide