Fix circle syntax

This commit is contained in:
Cyryl Płotnicki 2018-06-03 11:43:03 +01:00
parent aab1dfe15f
commit 38d9e6524c

View file

@ -1,8 +1,4 @@
workflows: version: 2
version: 2
jobs:
- fedora
- ubuntu
jobs: jobs:
fedora: fedora:
@ -25,3 +21,8 @@ jobs:
- checkout - checkout
- run: ./test.sh - run: ./test.sh
workflows:
version: 2
jobs:
- fedora
- ubuntu