From 32ab25630698ca55015415619ab04d35b07e62a6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 8 Mar 2013 22:37:06 +0100 Subject: [PATCH] travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ccea720..5a7bf3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: php php: - "5.4" + +script: phpunit tests -- 2.30.2