migrate to travis-ci.com

This commit is contained in:
Felix Rusu 2021-04-29 19:39:16 -04:00
parent adc94d2d2b
commit e248f08cad
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: python language: python
python: python:
- "2.7" - "3.6"
# Cache PlatformIO packages using Travis CI container-based infrastructure # Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false sudo: false

View File

@ -1,5 +1,5 @@
# RFM69 Library # RFM69 Library
[![Build Status](https://travis-ci.org/LowPowerLab/RFM69.svg)](https://travis-ci.org/LowPowerLab/RFM69) [![Build Status](https://travis-ci.com/LowPowerLab/RFM69.svg)](https://travis-ci.com/LowPowerLab/RFM69)
[![GitHub release](https://img.shields.io/github/release/LowPowerLab/RFM69.svg)](https://github.com/LowPowerLab/RFM69) [![GitHub release](https://img.shields.io/github/release/LowPowerLab/RFM69.svg)](https://github.com/LowPowerLab/RFM69)
[![GitHub issues](https://img.shields.io/github/issues/LowPowerLab/RFM69.svg)](https://github.com/LowPowerLab/RFM69/issues) [![GitHub issues](https://img.shields.io/github/issues/LowPowerLab/RFM69.svg)](https://github.com/LowPowerLab/RFM69/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/LowPowerLab/RFM69.svg)](https://github.com/LowPowerLab/RFM69/pulls) [![GitHub pull requests](https://img.shields.io/github/issues-pr/LowPowerLab/RFM69.svg)](https://github.com/LowPowerLab/RFM69/pulls)