circleci: fix workflow version

Only version 2 is supported at the moment as per
https://circleci.com/docs/2.0/configuration-reference/#version-1

Not to confuse with top-level version which really can be 2.1.
This commit is contained in:
Roman Khimov 2019-08-29 15:28:20 +03:00
parent c6d7ef2de4
commit 1871040de6

View file

@ -91,7 +91,7 @@ jobs:
workflows:
version: 2.1
version: 2
workflow:
jobs:
- vet: