Skip to content

Commit

Permalink
Advice from docker/compose#3379 (comment) for docker-compose php bug
Browse files Browse the repository at this point in the history
  • Loading branch information
scottx611x committed Nov 11, 2017
1 parent 447ce47 commit a5fed69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
- pushd docker-context
# Run our services in a detached manner
- docker-compose up -d
- docker-compose exec app php artisan key:generate
- docker-compose exec -T app php artisan key:generate
- docker-compose exec app php artisan optimize

script:
Expand Down

0 comments on commit a5fed69

Please sign in to comment.