Skip to content

Commit

Permalink
dev: undo commit a01c23f (renamed env.travis to .env.travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
troccoli committed Apr 14, 2017
1 parent a01c23f commit d22f5a6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ storage/
.env
.env.*
!.env.example
!.env.travis
_ide_helper.php
_ide_helper_models.php
/Vagrantfile
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_script:
- npm install
- composer install --no-interaction
- export DISABLE_NOTIFIER=true; node_modules/gulp/bin/gulp.js
- cp .env.travis .env
- cp env.travis .env
- php artisan key:generate
- mysql -e 'create database lva_testing;'
script:
Expand Down
12 changes: 12 additions & 0 deletions env.travis
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
APP_ENV=travis
APP_DEBUG=true
APP_KEY=SomeRandomString

DB_USERNAME=root
DB_PASSWORD=

CACHE_DRIVER=array
SESSION_DRIVER=array
QUEUE_DRIVER=sync

MAIL_DRIVER=log

0 comments on commit d22f5a6

Please sign in to comment.