From 95800ef384514836ee0ee2279e5e45e69208c7d8 Mon Sep 17 00:00:00 2001 From: odaki Date: Mon, 23 Mar 2020 19:54:46 +0900 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1dd3cc6c..f4443f0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,7 @@ cache: - "~/.platformio" install: - - pip install --user -U pip - - pip install --user -U platformio + - pip install -U platformio script: - ./configure-features.py -e WIFI -d BLUETOOTH