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/
# Test with PHP7.2
test:php72:
image: cylab/php72
services:
- mongo
# setup Laravel
- cp env.test .env
- touch storage/app/db.sqlite
- php artisan migrate
test:gitleaks:
image:
name: "zricethezav/gitleaks"
entrypoint: [""]
script:
- gitleaks -v --repo-path=./ --config=gitleaks.toml