laravel-master.multi-tester.yml 342 B

12345678910111213
  1. config:
  2. directory: ../..
  3. projects:
  4. laravel/framework:
  5. source:
  6. type: git
  7. url: https://github.com/laravel/framework.git
  8. reference: master
  9. success_only: true
  10. install:
  11. - composer update --prefer-dist --no-interaction --prefer-stable
  12. - echo -e "\nREDIS_HOST=\"127.0.0.1\"\nREDIS_PORT=6379" >> .env