From eb3f80442bf1ba81bada4f24f4b07896ff06b1f5 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 2 Apr 2021 22:40:29 +0200 Subject: [PATCH] Delete .travis.yml Fixed #13 --- .travis.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d9163d7..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: python -python: - - "2.7" - -# Cache PlatformIO packages using Travis CI container-based infrastructure -sudo: false -cache: - directories: - - "~/.platformio" - -env: - matrix: - - PLATFORMIO_CI_SRC=examples/test_ublox_gps - -install: - - pip install -U platformio - - pio update - -script: - - platformio ci --lib="./src" --project-conf platformio.ini