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 1
1
language : php
2
2
3
+ cache :
4
+ directories :
5
+ - vendor
6
+ - $HOME/.composer/cache
7
+
3
8
php :
4
9
- 5.5
5
10
- 5.6
6
11
- 7.0
7
12
- 7.1
8
- - hhvm
13
+
14
+ matrix :
15
+ include :
16
+ - php : hhvm
17
+ dist : trusty
9
18
10
19
sudo : false
11
20
12
21
install :
13
- - travis_retry composer install --no-interaction --prefer-source
22
+ - travis_retry composer install --no-interaction
14
23
15
24
script :
16
25
- vendor/bin/phpunit --verbose --coverage-text
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public function shouldCreateReleaseAsset()
48
48
{
49
49
if (!defined ('OPENSSL_TLSEXT_SERVER_NAME ' ) || !OPENSSL_TLSEXT_SERVER_NAME ) {
50
50
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. '
52
52
);
53
53
}
54
54
You can’t perform that action at this time.
0 commit comments