Use list
This commit is contained in:
parent
d432cc495f
commit
b6f618695d
|
@ -3,7 +3,7 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
docker:
|
docker:
|
||||||
image: php:7.1
|
- image: php:7.1
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: ./vendor/bin/phpunit
|
- run: ./vendor/bin/phpunit
|
||||||
|
|
Loading…
Reference in a new issue