omersiar
|
c1c8d28a0b
|
Update .travis.yml
Problematic Example Update
|
2016-11-17 14:21:08 +02:00 |
|
Rotzbua
|
76fec6f381
|
add teensy2 to travis
and only show error/warning
|
2016-06-28 17:29:45 +02:00 |
|
Rotzbua
|
4bf0cb872f
|
Merge branch 'master' into new-travis
|
2016-02-15 17:27:58 +01:00 |
|
Rotzbua
|
7d4cf94e38
|
extend travis test for different boards
- add notice to readme for compatible boards
|
2016-02-15 17:24:42 +01:00 |
|
liviu
|
2bfb6481c0
|
Interrupt example.
|
2016-02-03 19:14:06 +01:00 |
|
Miguel Balboa
|
7c9f07cd74
|
Merged github.com/stefanblommaert/rfid.git
|
2016-01-19 08:51:36 -08:00 |
|
techied
|
032d806a8c
|
Renamed files
Renamed the servo.ino file to servo_motor.ino file as per request and
updated the .travis.yml
|
2016-01-18 21:52:48 -08:00 |
|
stefanblommaert
|
42a6f1b06c
|
Update .travis.yml
|
2016-01-16 12:05:06 +01:00 |
|
techied
|
356130f58d
|
Update .travis.yml
|
2016-01-14 19:09:41 -08:00 |
|
techied
|
dc17429af0
|
Update .travis.yml
|
2016-01-14 19:03:14 -08:00 |
|
Miguel Balboa
|
04d8300727
|
Added examples/ReadNUID/ReadNUID.ino to .travis.yml
|
2016-01-04 23:17:53 -08:00 |
|
Ivan Kravets
|
543bb8a8b3
|
Test examples for Teensy 3.1
|
2016-01-04 03:18:42 +02:00 |
|
Miguel Balboa
|
a9d8172a92
|
Added Ntag216_AUTH.ino to .travis.yml
|
2016-01-03 16:59:43 -08:00 |
|
Ivan Kravets
|
3d9ff82512
|
Continuous Integration using @PlatformIO and @travis-ci
@PlatformIO (an open source ecosystem for IoT development) in pair with @travis-ci (an open-source hosted, distributed continuous integration service) proposes to apply continuos integration for embedded projects in a few clicks.
* Official Travis CI Documentation for PlatformIO: https://docs.travis-ci.com/user/integration/platformio/
* PlatformIO documentation for Travis CI: http://docs.platformio.org/en/latest/ci/travis.html
## Quickstart
Please enable Travis.CI for this project http://docs.travis-ci.com/user/getting-started/#To-get-started-with-Travis-CI%3A (steps 1, 2, 5)
## Status Badge
You can add [badge with build status](https://docs.travis-ci.com/user/status-images/) to your README
**Markdown**
```
[](https://travis-ci.org/miguelbalboa/rfid)
```
**RST**
```
.. image:: https://travis-ci.org/miguelbalboa/rfid.svg?branch=master
:target: https://travis-ci.org/miguelbalboa/rfid
```
## Examples
* Project [USB_Host_Shield_2.0](https://github.com/felis/USB_Host_Shield_2.0) [](https://travis-ci.org/felis/USB_Host_Shield_2.0)
* Project [Arduino-IRremote](https://github.com/z3t0/Arduino-IRremote) [](https://travis-ci.org/z3t0/Arduino-IRremote)
* Project [ethercard](https://github.com/jcw/ethercard) [](https://travis-ci.org/jcw/ethercard)
|
2015-12-08 13:15:13 +02:00 |
|