File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ language : c
2
+ sudo : false
3
+ before_install :
4
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
5
+ install :
6
+ - arduino --install-library "QList"
7
+ script :
8
+ - build_main_platforms
9
+ notifications :
10
+ email :
11
+ on_success : change
12
+ on_failure : change
Original file line number Diff line number Diff line change 1
1
# QList
2
+ [ ![ Build Status] ( https://travis-ci.org/SloCompTech/QList.svg?branch=master )] ( https://travis-ci.org/SloCompTech/QList )
3
+ [ ![ Packagist] ( https://img.shields.io/packagist/l/doctrine/orm.svg )] ( )
4
+
2
5
Linked list library for Arduino
3
6
4
7
Purpose of this library is to enable programmers to create lists of things
Original file line number Diff line number Diff line change 1
1
name =QList
2
- version =0.6.1
2
+ version =0.6.2
3
3
author =Martin Dagarin
4
4
maintainer =Martin Dagarin <
[email protected] >
5
5
sentence =Library implements linked lists
You can’t perform that action at this time.
0 commit comments