From 6409e6ade1564fe807ce2476c3c1f30baf9ccba7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 8 Mar 2013 22:24:39 +0100 Subject: [PATCH] travis --- .travis.yml | 4 ++++ README.md | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9ce96fc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: php +php: + - "5.3" + - "5.4" diff --git a/README.md b/README.md index 56d7ef4..ff1011d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -atick\Ticker -============ +atick +===== -Asynchronnous resource handling, optionally (ab)using ticks +Asynchronnous resource handling, optionally (ab)using ticks. [![Build Status](https://api.travis-ci.org/mike-php-net/atick.png)](https://travis-ci.org/mike-php-net/atick) **Example with ticks:** -- 2.30.2