diff --git a/.cirrus.yml b/.cirrus.yml index aad7a72..49339f0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,4 +1,6 @@ - +freebsd_instance: + image: freebsd-11-2-release-amd64 main_task: - - echo "Hello cirrus" \ No newline at end of file + script: + - echo "Hello cirrus" \ No newline at end of file