Skip to content

Commit f8ad4ba

Browse files
authored
Merge pull request #1 from EdwinHoksberg/master
getting my fork back to master
2 parents d64e232 + 660bbe4 commit f8ad4ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ php:
88
matrix:
99
allow_failures:
1010
- php: nightly
11+
- php: 7.0
12+
- php: 7.1
1113

1214
install:
1315
- travis_retry composer install --no-interaction --no-suggest
1416

1517
script:
1618
- mkdir -p build/logs
17-
- vendor/bin/phpunit -c phpunit.dist.xml --testdox
19+
#- vendor/bin/phpunit -c phpunit.dist.xml --testdox
20+
#XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text
21+
- XDEBUG_MODE=coverage vendor/bin/phpunit -c phpunit.dist.xml --testdox
1822

1923
after_success:
2024
- travis_retry php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)