From ca80564a78cdfd3a321a7c0bf0cb938202b79b48 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Wed, 29 Nov 2017 15:25:19 -0600
Subject: [PATCH] Travis platformio hack no longer needed

---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index fdd2b66a15..00d72b99bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,6 @@ before_install:
   - export PATH=${TRAVIS_BUILD_DIR}/buildroot/bin/:${PATH}
 
 install:
-  - pip install backports.functools_lru_cache
   - pip install -U platformio
 
 before_script:
-- 
GitLab