Newer
Older
## Cache composer packages between all jobs and all branches
## of this project...
cache:
key: one-key-to-rull-them-all
paths:
- composer-cache/
# setup Laravel
- cp env.test .env
- touch storage/app/db.sqlite
- php artisan migrate