Explorar el Código

fixes some errors in .travis.yml

Johannes hace 11 años
padre
commit
5e0fe9e74e
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -2,7 +2,7 @@ language: php
 
 matrix:
   allow_failures:
-    - hhvm
+    - php: hhvm
 
 php:
   - 5.3
@@ -16,5 +16,6 @@ before_script:
 script: phpunit --coverage-clover clover
 
 after_success:
-    - curl -sL https://bit.ly/artifact-uploader | php
+    - wget https://scrutinizer-ci.com/ocular.phar
+    - php ocular.phar code-coverage:upload --format=php-clover clover