akaunting/.travis.yml

24 lines
295 B
YAML
Raw Normal View History

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