Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created May 9, 2017 18:55
Show Gist options
  • Save eminetto/ea44442efabfa07fc98a2db9dcb9e3d5 to your computer and use it in GitHub Desktop.
Save eminetto/ea44442efabfa07fc98a2db9dcb9e3d5 to your computer and use it in GitHub Desktop.
pipeline:
test:
image: php:7.1-cli
commands:
- apt-get update
- apt-get install git -y
- curl --silent --show-error https://getcomposer.org/installer | php
- php composer.phar install
- ./vendor/bin/phpunit --coverage-text --colors=never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment