Skip to content

Instantly share code, notes, and snippets.

@adelarcubs
Last active December 16, 2016 12:48
Show Gist options
  • Save adelarcubs/d22b0611d97b5df1aeab415c96ac476a to your computer and use it in GitHub Desktop.
Save adelarcubs/d22b0611d97b5df1aeab415c96ac476a to your computer and use it in GitHub Desktop.
# This is a sample build configuration for PHP.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Dockerhub as your build environment.
image: phpunit/phpunit:5.0.3
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- composer install
- phpunit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment