Skip to content

Commit 382b7af

Browse files
committed
Add .travis.yml
1 parent 91807fa commit 382b7af

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: elixir
2+
elixir:
3+
- 1.3.3
4+
otp_release:
5+
- 19.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# LQueue
22

3+
[![Build Status](https://travis-ci.org/jur0/lqueue.svg?branch=master)](https://travis-ci.org/jur0/lqueue)
4+
35
Double-ended queue with limited length.
46

57
## Installation

0 commit comments

Comments
 (0)