jqh 4 년 전
부모
커밋
3d6f033c33
2개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 3
      .travis.yml
  2. 0 3
      phpunit.dusk.xml

+ 1 - 3
.travis.yml

@@ -62,7 +62,5 @@ before_script:
   - php artisan serve &
 
 script:
-  - php artisan dusk --coverage-clover coverage.xml
+  - php artisan dusk
 
-after_success:
-  - bash <(curl -s https://codecov.io/bash)

+ 0 - 3
phpunit.dusk.xml

@@ -23,7 +23,4 @@
             <directory suffix=".php">./app</directory>
         </whitelist>
     </filter>
-    <logging>
-        <log type="coverage-clover" target="clover.xml"/>
-    </logging>
 </phpunit>