diff --git a/.travis.yml b/.travis.yml index 0d41c95..64e48dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "2.7" + - "3.6" # Cache PlatformIO packages using Travis CI container-based infrastructure sudo: false diff --git a/README.md b/README.md index b2300b3..7d4a0f1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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 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)