From fbc3c7e214a4bbbc9e88eb574414a91a0faa2176 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Thu, 14 Nov 2013 18:46:56 -0500 Subject: There were 2 script lines and the second was not the one we wanted. Down to just the travis config we need. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index aaf85dc..6b33aae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,4 @@ script: - phpunit -c phpunit.xml.dist after_script: - - php vendor/bin/coveralls -v - -script: phpunit test/HTML5 \ No newline at end of file + - php vendor/bin/coveralls -v \ No newline at end of file -- cgit v1.2.3