File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
test/Github/Tests/Api/Repository Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11language : php
22
3+ cache :
4+ directories :
5+ - vendor
6+ - $HOME/.composer/cache
7+
38php :
49 - 5.5
510 - 5.6
611 - 7.0
712 - 7.1
8- - hhvm
13+
14+ matrix :
15+ include :
16+ - php : hhvm
17+ dist : trusty
918
1019sudo : false
1120
1221install :
13- - travis_retry composer install --no-interaction --prefer-source
22+ - travis_retry composer install --no-interaction
1423
1524script :
1625 - vendor/bin/phpunit --verbose --coverage-text
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public function shouldCreateReleaseAsset()
4848 {
4949 if (!defined ('OPENSSL_TLSEXT_SERVER_NAME ' ) || !OPENSSL_TLSEXT_SERVER_NAME ) {
5050 return $ this ->markTestSkipped (
51- 'Asset upload support requires Server Name Indication. This is not supported be your PHP version. '
51+ 'Asset upload support requires Server Name Indication. This is not supported by your PHP version. '
5252 );
5353 }
5454
You can’t perform that action at this time.
0 commit comments