Skip to content

Instantly share code, notes, and snippets.

View benleivian's full-sized avatar

Ben Leivian benleivian

View GitHub Profile
@benleivian
benleivian / config.yml
Last active July 22, 2020 19:23 — forked from thijskok/config.yml
CircleCI 2.0 Laravel build configuration with PHP 7.1, NodeJS, and MySQL support. Runs both PHPunit as well as Laravel Dusk. Proper GD configuration for image editing purposes. Several linters included (requires including them in composer / package.json).
version: 2
jobs:
build:
working_directory: ~/user/repo
environment:
BASH_ENV: ~/.bashrc
docker: