Skip to content

Commit 1c3ed97

Browse files
committed
Add Gitter integration to Travis and add badges to the docs.
1 parent 63681a7 commit 1c3ed97

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ cache:
77
directories:
88
- "${HOME}/persist"
99

10+
notifications:
11+
webhooks:
12+
urls:
13+
- https://webhooks.gitter.im/e/c38b3bb3a3e131d955a1
14+
on_success: change # options: [always|never|change] default: always
15+
on_failure: always # options: [always|never|change] default: always
16+
on_start: never # options: [always|never|change] default: always
17+
1018
before_script:
1119
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
1220
- sudo dpkg --add-architecture i386

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adafruit CircuitPython
22

3-
[![Build Status](https://travis-ci.org/adafruit/circuitpython.svg?branch=master)](https://travis-ci.org/adafruit/circuitpython) [![Doc Status](https://readthedocs.org/projects/circuitpython/badge/?version=latest)](http://circuitpython.readthedocs.io/)
3+
[![Build Status](https://travis-ci.org/adafruit/circuitpython.svg?branch=master)](https://travis-ci.org/adafruit/circuitpython) [![Doc Status](https://readthedocs.org/projects/circuitpython/badge/?version=latest)](http://circuitpython.readthedocs.io/) [![Gitter](https://badges.gitter.im/adafruit/circuitpython.svg)](https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
44

55
This is an open source derivative of [MicroPython](http://www.micropython.org)
66
for use on educational development boards designed and sold by [Adafruit](https://www.adafruit.com)
@@ -25,7 +25,7 @@ are agreeing to the
2525
Contributors who follow the
2626
[Code of Conduct](https://github.com/adafruit/circuitpython/blob/master/CODE_OF_CONDUCT.md)
2727
are welcome to submit pull requests and they will be promptly reviewed by
28-
project admins.
28+
project admins. Please join the [Gitter chat](https://gitter.im/adafruit/circuitpython) too.
2929

3030
## Differences from [MicroPython](https://github.com/micropython/micropython)
3131

index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Adafruit CircuitPython API Reference
22
========================================
33

4+
.. image:: https://travis-ci.org/adafruit/circuitpython.svg?branch=master
5+
:target: https://travis-ci.org/adafruit/circuitpython
6+
:alt: Build Status
7+
8+
.. image:: https://readthedocs.org/projects/circuitpython/badge/?version=latest
9+
:target: http://circuitpython.readthedocs.io/
10+
:alt: Doc Status
11+
12+
.. image:: https://badges.gitter.im/adafruit/circuitpython.svg
13+
:target: https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
14+
:alt: Gitter
15+
416
Welcome! This is the documentation for Adafruit CircuitPython. It is an open
517
source derivative of `MicroPython <https://micropython.org>`_ for use on
618
educational development boards designed and sold by `Adafruit

0 commit comments

Comments
 (0)