Commit Graph

3 Commits

Author SHA1 Message Date
Felix Rusu 9c0c2b91a2 Update .travis.yml 2020-06-12 10:14:42 -04:00
Felix Rusu ff6294f6f2 Update .travis.yml 2020-06-09 15:26:42 -04:00
Ivan Kravets 7f596dcb18 Continuous Integration using @PlatformIO and @travis-ci
@PlatformIO (an open source ecosystem for IoT development) in pair with @travis-ci 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

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)

What is more, you can add badge with build status to your README

**Markdown**
```
[![Build Status](https://travis-ci.org/LowPowerLab/SPIFlash.svg?branch=master)](https://travis-ci.orgLowPowerLab/SPIFlash)
```

**RST**
```
.. image:: https://travis-ci.org/LowPowerLab/SPIFlash.svg?branch=master
    :target: https://travis-ci.org/LowPowerLab/SPIFlash
```
2015-12-08 11:59:29 +02:00