Skip to content

Commit

Permalink
Revert "Merge branch 'master' into Upgrading-To-6.0-From-5.8"
Browse files Browse the repository at this point in the history
This reverts commit 103a921, reversing
changes made to 67d4dec.
  • Loading branch information
realodix committed Sep 4, 2019
1 parent 103a921 commit e844641
Show file tree
Hide file tree
Showing 14 changed files with 242 additions and 511 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
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"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 e844641

Please sign in to comment.