Selaa lähdekoodia

Run only the basic test suite on appveyor

Jordi Boggiano 9 vuotta sitten
vanhempi
commit
c96a031dab
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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