summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-09 12:24:43 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-09 12:24:43 +0100
commitcdf18693581096bf820814f65d85f67549c8ba3f (patch)
tree507e6f199d84ad5aa344c1b832ab666426adcaca /.travis.yml
parent1202f8db1046106860dde1f9303acb55174ff975 (diff)
remove broken scrutinizer stuff
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d29af9ffd..870f44ffc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,7 @@ before_script:
script:
# unit tests
- grunt php-unit
- - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
+ #- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- grunt js-unit
# integration tests
- grunt php-integration