Skip to content

Instantly share code, notes, and snippets.

@andreybolonin
Created October 17, 2016 10:33
Show Gist options
  • Save andreybolonin/82f3d310f3c194a7d60db9e9d4d328ab to your computer and use it in GitHub Desktop.
Save andreybolonin/82f3d310f3c194a7d60db9e9d4d328ab to your computer and use it in GitHub Desktop.
image: andreybolonin/phpunit_ctype:latest
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- service mysql restart
- composer install -n
- phpunit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment