Skip to content

Commit

Permalink
2.3-8.4.0 -- Removed tests in code we don't control, removed PHP 5.4 …
Browse files Browse the repository at this point in the history
…since it's EOL
  • Loading branch information
maximj committed Jul 24, 2018
1 parent 78063e5 commit 08ad61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand All @@ -19,5 +18,5 @@ install:

script:
- composer validate --strict
- find admin catalog tests -name '*.php' | xargs -n 1 -P4 php -l
- find admin catalog -path catalog/controller/payment/mollie-api-client -prune -o -name '*.php' | xargs -n 1 -P4 php -l
- vendor/bin/phpunit -c tests/phpunit.xml
1 change: 1 addition & 0 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<directory>.</directory>
<directory>../admin/language</directory>
<directory>../catalog/language</directory>
<directory>../catalog/controller/extension/payment/mollie-api-client</directory>
</blacklist>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory>../admin</directory>
Expand Down

0 comments on commit 08ad61b

Please sign in to comment.