You can rename .env.travis to .env by adding this to your .travis.yml file:
install:
- mv .env.travis .env
I use this and it works on my Laravel 5 project.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community