Explorar el Código

Run only the basic test suite on appveyor

Jordi Boggiano hace 9 años
padre
commit
c96a031dab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

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