Skip to content

Commit a4731fb

Browse files
committed
Enabling coveralls report creation
1 parent deb37f2 commit a4731fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ php:
66
- '7.0'
77
- '7.1'
88
- hhvm
9-
before_script:
10-
- composer require phpunit/phpunit:4.8.* satooshi/php-coveralls:dev-master
11-
- composer install --no-interaction
12-
script: vendor/bin/phpunit
139
notifications:
1410
email: false
1511
slack:
1612
secure: GlR95bZMronEH4ItJs9iQVYLkfY149atnk3S7bW4IoQKPUKGO9XsY33dMziwiJdL34SWfTP6w0g8zfpTQytwXBPVcoa5x2OXbpdRMN5QKUEELMCZLpUjcN79qPA2p/jaHSSKjbDa5eTKQEg7SytpwBeJrUa7Dt0zcpU/UqVcirQkQyml5L37jprJaxstdqbkx93HMJmT+o2ltVq2D7K39W53bCOzg2fXnvh7C/s1lNxyTmWsGwm/9K/UX7NvSu0dQwP8b2DBZURMH67r7vIFGSF1FZ9gx4pCtk8B3qQPvDM+w6eLwZ2nTKTyRxc3NkWwlsMsGJ3yvB0+OY2SyY7W2svWW2iAaEG+IYNcGaR9rgMUj6RmiPeP/Cif8Te4oWn3uObjLH808TXGLs0wA2RtH0gm0ag1Pz8PlZgepZ0l0t4YZ2t8I9IsyhKJhtHtY4/B/V3Q7ckRIgbeltei9yMSTZxqPKKA+V7aKEpTsWncwWWAdGfSZQ1LnohPY2XH/xC5FrCK+sCcTOnjzCa5n9UxF5itrEc+pLUiR+kHofvjFsCPeTU2wwAbFQetqp/+xrPCtjvkoyO4WMq7toEpng1ZoJj30OjIznZeamMr13GfLviANfQQPLSwA5CzGx3xXhuSLRpFtDceYK0us+24m0IiaMhTiHEG8UJgyp1FJQROE2k=
13+
before_script:
14+
- composer require phpunit/phpunit:4.8.* satooshi/php-coveralls:dev-master
15+
- composer install --no-interaction
16+
script: vendor/bin/phpunit
17+
after_script:
18+
- php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)