Browse Source

Run only the basic test suite on appveyor

Jordi Boggiano 9 năm trước cách đây
mục cha
commit
c96a031dab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -45,4 +45,4 @@ install:
 
 test_script:
     - cd c:\projects\composer
-    - vendor/bin/phpunit -c tests/complete.phpunit.xml --colors=always
+    - vendor/bin/phpunit --colors=always