diff --git a/.travis.yml b/.travis.yml index 64e48dc..12512ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,8 @@ env: - PLATFORMIO_CI_SRC=Examples/WeatherNode - PLATFORMIO_CI_SRC=Examples/WirelessProgramming_OTA/Target - PLATFORMIO_CI_SRC=Examples/WirelessProgramming_OTA/Programmer + - PLATFORMIO_CI_SRC=Examples/TxPowerTest_Transmitter + - PLATFORMIO_CI_SRC=Examples/TxPowerTest_Receiver install: - pip install -U platformio diff --git a/README.md b/README.md index 7d4a0f1..89d2ccc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # RFM69 Library -[![Build Status](https://travis-ci.com/LowPowerLab/RFM69.svg)](https://travis-ci.com/LowPowerLab/RFM69) +[![Build Status](https://app.travis-ci.com/LowPowerLab/RFM69.svg)](https://app.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)