From 13fa80d4a31d98df8922c55f4bdf091c10b7c29f Mon Sep 17 00:00:00 2001 From: Davis L P Peixoto Date: Mon, 4 May 2015 13:55:07 -0300 Subject: [PATCH] adding an empty tests folder - just to travis pass. again --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 479cd65..010c741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,10 @@ language: php php: - 5.4 - 5.5 + - 5.6 + +before_script: + - curl -s http://getcomposer.org/installer | php + - php composer.phar install --dev + +script: phpunit