Skip to content

Commit 04ff37f

Browse files
committed
Update README.md.
1 parent 5dd0622 commit 04ff37f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PacketSerial
22

3+
[![Build Status](https://travis-ci.org/bakercp/PacketSerial.svg?branch=master)](https://travis-ci.org/bakercp/PacketSerial)
4+
35
An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
46

57
## Features
@@ -17,12 +19,6 @@ If you're looking for help, read the [support](docs/SUPPORT.md) page.
1719

1820
## Compatibility
1921

20-
### Build Status
21-
22-
[![Build Status](https://travis-ci.org/bakercp/PacketSerial.svg?branch=master)](https://travis-ci.org/bakercp/PacketSerial)
23-
24-
Continuous integration tests are carried out on a variety of common Arduino platforms. See [this script](https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh) for a list.
25-
2622
### Requrements
2723

2824
- [Arduino IDE](https://www.arduino.cc/en/main/software) (version 1.5+)
@@ -33,6 +29,10 @@ This project has been used successfully with [openFrameworks](https://openframew
3329

3430
Ultimately, any library that correctly implements a COBS or SLIP encoding scheme should be compatible with this project.
3531

32+
### Continuous Integration
33+
34+
Continuous integration tests are carried out on a variety of common Arduino platforms. See [this script](https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh) for a list.
35+
3636
## Licensing
3737

3838
This project is licensed under the [MIT License](LICENSE.md).

0 commit comments

Comments
 (0)