We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77aa8bd commit dca8a85Copy full SHA for dca8a85
.travis.yml
@@ -4,11 +4,6 @@ php:
4
- '7.0'
5
- '7.1'
6
7
-# Configure environment to run test suites in parallel.
8
-env:
9
- - TEST_SUITE = "Unit Tests"
10
- - TEST_SUITE = "Integration Tests"
11
-
12
# Install test coverage package.
13
install:
14
- composer require satooshi/php-coveralls
@@ -20,7 +15,7 @@ before_script:
20
15
21
16
# Run tests and generate test coverage report.
22
17
script:
23
- - phpunit -d api_key=$API_KEY --testsuite "$TEST_SUITE" --coverage-clover build/logs/clover.xml
18
+ - phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
24
19
25
# Submit test coverage report to Coveralls.
26
after_success:
0 commit comments