Skip to content

Commit

Permalink
Merge e844641 into 0363ae1
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Sep 4, 2019
2 parents 0363ae1 + e844641 commit 23ea354
Show file tree
Hide file tree
Showing 18 changed files with 267 additions and 538 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ DB_DATABASE=urlhub
DB_USERNAME=root
DB_PASSWORD=

DB_TEST_HOST=127.0.0.1
DB_TEST_PORT=3306
DB_TEST_DATABASE=urlhub_test
DB_TEST_USERNAME=root
DB_TEST_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
Expand Down
44 changes: 0 additions & 44 deletions .env.testing

This file was deleted.

3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ install:

before_script:
- mysql -e 'create database urlhub_test;'
- php artisan key:generate --env=testing
- cp .env.example .env
- php artisan key:generate

script:
- mkdir -p build/logs
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,17 @@
"laravel/framework": "5.8.*",
"laravel/tinker": "^1.0",
"laravolt/avatar": "^2.0",
"spatie/laravel-permission": "^2.17",
"spatie/laravel-permission": "^3.0",
"vinkla/hashids": "^6.0",
"yajra/laravel-datatables-oracle": "~9.0"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^3.0",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^8",
"wnx/laravel-stats": "^2.0"
"phpunit/phpunit": "^8"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 23ea354

Please sign in to comment.