snipe-it/circle.yml

14 lines
242 B
YAML
Raw Normal View History

2016-03-25 01:18:05 -07:00
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