Fix circle syntax
This commit is contained in:
parent
aab1dfe15f
commit
38d9e6524c
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue