10 lines
159 B
YAML
10 lines
159 B
YAML
version: 2
|
|
|
|
jobs:
|
|
build_and_test:
|
|
docker:
|
|
image: php:7.1
|
|
steps:
|
|
- checkout
|
|
- run: ./vendor/bin/phpunit
|