Cleanup test output

This commit is contained in:
Nabeel Shahzad 2018-01-02 22:20:00 -06:00
parent 07ef5ba8c1
commit aa19bbd5dc
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@ before_install:
before_script:
- cp .travis/env.travis.php env.php
- composer install --no-interaction
- composer install --no-interaction --verbose
script:
- php artisan database:create --reset

View File

@ -138,6 +138,5 @@ class AcarsTest extends TestCase
$response = $this->withHeaders($this->apiHeaders())->post($uri, $pirep);
$response->assertStatus(200);
$body = $response->json();
echo $body['id'];
}
}