From 574e947cc214164ccf9841c04afe9e537c4590cd Mon Sep 17 00:00:00 2001 From: kai Date: Sun, 5 Jan 2020 20:03:28 +0100 Subject: [PATCH] travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04adda0..29957e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ notifications: email: true -sudo: false +os: linux -matrix: +jobs: fast_finish: true include: @@ -49,7 +49,7 @@ matrix: script: platformio run language: python python: - - "2.7" + - "2.7" install: - pip install -U platformio - platformio update