Cleanup some root files

This commit is contained in:
Nabeel Shahzad
2017-12-07 22:20:01 -06:00
parent 4f191b30f7
commit d2ce5e8f15
6 changed files with 1 additions and 255 deletions

View File

@@ -19,7 +19,7 @@ before_script:
script:
- php artisan database:create --reset
- php artisan migrate:refresh --seed
- cp phpunit.travis.xml phpunit.xml
- cp tests/phpunit.travis.xml phpunit.xml
- vendor/bin/phpunit --debug --verbose
after_success: