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