Akaunting/.travis.yml

24 lines
312 B
YAML
Raw Normal View History

2018-10-01 07:58:46 +00:00
language: php
php:
- '7.2'
2019-01-10 10:15:02 +00:00
- '7.3'
2018-10-01 07:58:46 +00:00
2018-10-01 12:22:15 +00:00
env:
- DB=sqlite
sqlite:
adapter: sqlite3
2018-10-01 13:50:40 +00:00
database: ':memory:'
2018-10-01 12:22:15 +00:00
timeout: 500
before_install:
# turn off XDebug
- phpenv config-rm xdebug.ini || return
2018-10-01 13:50:40 +00:00
before_script:
- cp .env.testing .env
2018-12-14 14:45:50 +00:00
- composer test --no-interaction
2018-10-01 07:58:46 +00:00
script:
- vendor/bin/phpunit