소스 검색

fixes some errors in .travis.yml

Johannes 11 년 전
부모
커밋
5e0fe9e74e
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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