diff --git a/.circleci/config.yml b/.circleci/config.yml index be747d55..6f5e9001 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2 jobs: - build: + fedora: machine: true environment: DETECTED_OS: fedora:27 @@ -10,3 +10,13 @@ jobs: - checkout - run: ./test.sh + ubuntu: + machine: true + environment: + DETECTED_OS: ubuntu:artful + DOCKER_IMAGE: cyplo/artful_base + + steps: + - checkout + - run: ./test.sh +