Skip to content

Commit 4a634fa

Browse files
committed
Separate test suites
1 parent 401ed72 commit 4a634fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ php:
1111

1212
env:
1313
global:
14-
- TEST_COMMAND="composer test"
14+
- TEST_COMMAND="./vendor/bin/phpunit"
1515

1616
branches:
1717
except:
@@ -24,4 +24,6 @@ install:
2424
- travis_retry composer update --prefer-dist --no-interaction
2525

2626
script:
27-
- $TEST_COMMAND
27+
- $TEST_COMMAND --testsuite Guzzle
28+
- $TEST_COMMAND --testsuite Zend
29+
- $TEST_COMMAND --testsuite Slim

0 commit comments

Comments
 (0)