Browse Source

fixes some errors in .travis.yml

Johannes 11 năm trước cách đây
mục cha
commit
5e0fe9e74e
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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