Skip to content

Commit c20258e

Browse files
committed
separate utility and app PHP more clearly
Travis runs PHP for setup and QA, too - but this is not the same as the application runtime environment.
1 parent 2c14134 commit c20258e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22

3+
# php version to use for travis' composer & coverage
34
php:
45
- 7.1
56

6-
sudo: false
7-
87
services:
98
- docker
109

@@ -16,7 +15,6 @@ script:
1615
- make ci
1716

1817
after_success:
19-
- if [[ "`phpenv version-name`" != "7.1" ]]; then exit 0; fi
2018
- vendor/bin/phpunit --coverage-clover coverage.clover
2119
- wget https://scrutinizer-ci.com/ocular.phar
2220
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)