akaunting/.travis.yml
2018-10-01 16:50:40 +03:00

26 lines
335 B
YAML

language: php
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
env:
- DB=sqlite
sqlite:
adapter: sqlite3
database: ':memory:'
timeout: 500
before_install:
# turn off XDebug
- phpenv config-rm xdebug.ini || return
before_script:
- cp .env.testing .env
- composer install --no-interaction
script:
- vendor/bin/phpunit