Skip to content

Commit e22d353

Browse files
acrobatNyholm
authored andcommitted
Travis build config tweaks for hhvm (#600)
* Travis build config tweaks for hhvm * Fixed typo in skipped test * Build config fixes to speed up the build
1 parent e2733bc commit e22d353

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
language: php
22

3+
cache:
4+
directories:
5+
- vendor
6+
- $HOME/.composer/cache
7+
38
php:
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

1019
sudo: false
1120

1221
install:
13-
- travis_retry composer install --no-interaction --prefer-source
22+
- travis_retry composer install --no-interaction
1423

1524
script:
1625
- vendor/bin/phpunit --verbose --coverage-text

test/Github/Tests/Api/Repository/AssetsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)