From 73abe2903409a3f560ca9e1209c1e70e9339b3c7 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 25 May 2012 18:55:33 +0200 Subject: [PATCH] Fix YAML --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b8ff96..a2a453b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,6 @@ php: - 5.3 - 5.4 -script +script: - phpunit - sh -c "cd docs && make clean && make html"