Skip to content

Commit 628d4a9

Browse files
committed
Merge branch 'release/0.6.2'
2 parents 9fd91c5 + 296f392 commit 628d4a9

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 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+
25
Linked list library for Arduino
36

47
Purpose of this library is to enable programmers to create lists of things

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=QList
2-
version=0.6.1
2+
version=0.6.2
33
author=Martin Dagarin
44
maintainer=Martin Dagarin <[email protected]>
55
sentence=Library implements linked lists

0 commit comments

Comments
 (0)