Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 180d1d5

Browse files
committed
update scripts travis
1 parent e666c6c commit 180d1d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ php:
88
before_script:
99
- composer self-update
1010
- composer install
11+
- php -r \"copy('.env.example', '.env');\"
12+
- php artisan key:generate
1113
script:
1214
- phpunit --coverage-clover=coverage.clover
1315
after_script:

0 commit comments

Comments
 (0)