Add executor type
This commit is contained in:
parent
dcfeb7a2cc
commit
a3213b30dd
|
@ -2,7 +2,8 @@ version: 2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
image: php:7.1
|
docker:
|
||||||
|
image: php:7.1
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: ./vendor/bin/phpunit
|
- run: ./vendor/bin/phpunit
|
||||||
|
|
Loading…
Reference in a new issue