Skip to content

Commit

Permalink
Add .env copy to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Weegy committed Jul 17, 2019
1 parent 29eb1d5 commit 5fe42a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ matrix:
install:
composer install
script:
- composer run-script post-root-package-install
- composer run-script appkey
- composer run-script test
cache:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@php artisan key:generate --ansi"
],
"appkey": [
"php artisan key:generate"
"@php artisan key:generate"
],
"test": [
"phpunit --configuration phpunit.xml"
Expand Down

0 comments on commit 5fe42a4

Please sign in to comment.