removed .travis.yml

This commit is contained in:
2021-07-16 19:28:36 +02:00
parent 5d75f266bb
commit fcf729383e

View File

@ -1,28 +0,0 @@
language: python
python:
- "2.7"
cache:
directories:
- "~/.platformio"
git:
submodules: false
before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
install:
- pip install -U platformio
- platformio update
env:
- BUILD_CONFIG=feedc0de_usb
- BUILD_CONFIG=gernot_usb
# - BUILD_CONFIG=greyhash_usb
# - BUILD_CONFIG=aveexy_usb
- BUILD_CONFIG=mickdermack_usb
- BUILD_CONFIG=peter_usb
script:
- platformio run -e $BUILD_CONFIG