File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - " 5.4"
5
- - " 5.5"
6
4
- " 5.6"
7
5
- " 7.0"
8
6
- " 7.1"
9
7
- " 7.2"
10
8
- " 7.3"
11
- - " hhvm"
12
9
13
10
matrix :
14
11
include :
15
12
- php : 5.3
16
13
dist : precise
14
+ - php : 5.4
15
+ dist : trusty
16
+ - php : 5.5
17
+ dist : trusty
17
18
18
19
sudo : false
19
20
20
21
install : travis_retry composer install --no-interaction --prefer-source
21
22
22
23
script :
23
- - if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit; fi
24
- - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; fi
24
+ - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
25
25
26
26
after_script :
27
- - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ "$TRAVIS_PHP_VERSION" != " 7.0" ]; then vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
27
+ - if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
You can’t perform that action at this time.
0 commit comments