diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 61f3c5e6b..000000000 --- a/circle.yml +++ /dev/null @@ -1,13 +0,0 @@ -machine: - timezone: - US/Pacific - php: - version: 5.6.2 - hosts: - localhost: 127.0.0.1 - environment: - ENVIRONMENT: testing-ci - DB_DATABASE: testing.sqlite -test: - override: - - ./vendor/bin/codecept run --env testing-ci -vv