more fixes for travis

This commit is contained in:
Nabeel Shahzad
2017-07-13 14:29:46 -05:00
parent dd6a45e567
commit 5527fb3d64
7 changed files with 55 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
}
protected function reset_db() {
exec('make -f '.__DIR__.'/../Makefile unittest-db');
// exec('make -f '.__DIR__.'/../Makefile unittest-db');
}
public function setUp() {