remove circle config

This commit is contained in:
Cyryl Płotnicki 2019-01-20 20:18:39 +00:00
parent 7ccf824ff6
commit a1a230d5a6

View file

@ -1,29 +0,0 @@
version: 2
jobs:
fedora:
machine: true
environment:
DETECTED_OS: fedora:29
DOCKER_IMAGE: cyplo/fedora29_base
steps:
- checkout
- run: ./test.sh
ubuntu:
machine: true
environment:
DETECTED_OS: ubuntu:cosmic
DOCKER_IMAGE: cyplo/cosmic_base
steps:
- checkout
- run: ./test.sh
workflows:
version: 2
linux:
jobs:
- fedora
- ubuntu