Created
May 9, 2017 18:55
-
-
Save eminetto/ea44442efabfa07fc98a2db9dcb9e3d5 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
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