summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-11-14 18:46:56 -0500
committerMatt Farina <[email protected]>2013-11-14 18:46:56 -0500
commitfbc3c7e214a4bbbc9e88eb574414a91a0faa2176 (patch)
tree641c2b83c2ab19b2d824bed4ab3df3685669eefd /.travis.yml
parent176c8593729313f6d8ab710271fe354b92f7e1b4 (diff)
There were 2 script lines and the second was not the one we wanted. Down to just the travis config we need.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
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