Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.

Commit 261bb64

Browse files
committed
Update travis
1 parent 8ab58a3 commit 261bb64

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.env.travis

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
APP_NAME=Crawler
2+
APP_ENV=testing
3+
APP_KEY=
4+
5+
DB_CONNECTION=sqlite
6+
CACHE_DRIVER=array
7+
SESSION_DRIVER=array
8+
QUEUE_DRIVER=sync
9+
DB_CONNECTION=sqlite
10+
DB_DATABASE=":memory:"

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- 7.2
44
before_script:
5+
- cp .env.travis .env
56
- composer self-update
67
- composer install --no-interaction
78
- php artisan key:generate

0 commit comments

Comments
 (0)