diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 15:44:14 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 15:44:14 +0200 |
commit | 18109ef6f53af6239559012c75c7240407b38cfb (patch) | |
tree | d59a8cc70832002707c43dd54947ffb26f9e658d | |
parent | 08a7ac161006d36c31854f4290a5eacdb3fba1e6 (diff) |
Disable coveralls until Travis builds successfully
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f6f10ac4..18acb0f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ before_script: script: - ./vendor/bin/phing test -after_script: - - php ./vendor/bin/coveralls -v
\ No newline at end of file +#after_script: +# - php ./vendor/bin/coveralls -v
\ No newline at end of file |