Created
October 17, 2016 10:33
-
-
Save andreybolonin/82f3d310f3c194a7d60db9e9d4d328ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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