Skip to content

Commit c4b423c

Browse files
committed
Update travis config
1 parent 8f07737 commit c4b423c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
8-
- hhvm
96

107
before_script:
118
- travis_retry composer self-update
129
- travis_retry composer install --no-interaction --prefer-source --dev
1310

14-
script: phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
11+
script: vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
1512

1613
after_script: php vendor/bin/coveralls

tests/Laravel5_3/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ abstract class TestCase extends BaseTestCase
1515

1616
protected $baseUrl = 'http://localhost';
1717

18-
public function createApplication() : Application
18+
public function createApplication()
1919
{
2020
$app = require __DIR__ . '/../../vendor/laravel/laravel/bootstrap/app.php';
2121
$app->make(Kernel::class)->bootstrap();

0 commit comments

Comments
 (0)