From b10a5e249625ebedbd732ebace975730a7950b3b Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Thu, 26 Jul 2018 11:43:40 +0200
Subject: [PATCH] Enable Travis CI

---
 .travis.yml | 7 +++++++
 README.org  | 2 ++
 2 files changed, 9 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c9a4cb3
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: php
+php:
+  - 5.6
+
+install:
+  - composer install
+
diff --git a/README.org b/README.org
index 9e63508..4a5c6f3 100644
--- a/README.org
+++ b/README.org
@@ -2,6 +2,8 @@
 #+AUTHOR: David Maus
 #+EMAIL: maus@hab.de
 
+[![Build Status](https://travis-ci.org/dmj/PicaRecord.svg?branch=master)](https://travis-ci.org/dmj/PicaRecord)
+
 * About
 
 PicaRecord provides an object oriented interface to Pica+ records, fields, and subfields. It does
-- 
GitLab