From 03200295320aa2c16fce27f24776359833965444 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Thu, 26 Jul 2018 11:48:39 +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 c0e7f2c..c81213e 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,8 @@ #+AUTHOR: David Maus #+EMAIL: maus@hab.de +[](https://travis-ci.org/dmj/PicaReader) + * About PicaReader provides classes for reading Pica+ records encoded in PicaXML and PicaPlain. -- GitLab