From c68e18ef0ab9a03c69b4d3f3cb8dc7b1c978f804 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 25 May 2012 18:54:09 +0200 Subject: [PATCH] Remove PHP 5.3.2 build, add documentation build --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea57057..4b8ff96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ before_script: - php composer.phar install php: - - 5.3.2 - 5.3 - 5.4 + +script + - phpunit + - sh -c "cd docs && make clean && make html"