File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 7
7
directories :
8
8
- " ${HOME}/persist"
9
9
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
+
10
18
before_script :
11
19
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
12
20
- sudo dpkg --add-architecture i386
Original file line number Diff line number Diff line change 1
1
# Adafruit CircuitPython
2
2
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 )
4
4
5
5
This is an open source derivative of [ MicroPython] ( http://www.micropython.org )
6
6
for use on educational development boards designed and sold by [ Adafruit] ( https://www.adafruit.com )
@@ -25,7 +25,7 @@ are agreeing to the
25
25
Contributors who follow the
26
26
[ Code of Conduct] ( https://github.com/adafruit/circuitpython/blob/master/CODE_OF_CONDUCT.md )
27
27
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.
29
29
30
30
## Differences from [ MicroPython] ( https://github.com/micropython/micropython )
31
31
Original file line number Diff line number Diff line change 1
1
Adafruit CircuitPython API Reference
2
2
========================================
3
3
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
+
4
16
Welcome! This is the documentation for Adafruit CircuitPython. It is an open
5
17
source derivative of `MicroPython <https://micropython.org >`_ for use on
6
18
educational development boards designed and sold by `Adafruit
You can’t perform that action at this time.
0 commit comments