more travis

This commit is contained in:
denisdulici
2018-10-01 16:50:40 +03:00
parent de0134ec5f
commit fd95d29d41
2 changed files with 4 additions and 31 deletions

View File

@@ -11,15 +11,16 @@ env:
sqlite:
adapter: sqlite3
database: ":memory:"
database: ':memory:'
timeout: 500
before_install:
# turn off XDebug
- phpenv config-rm xdebug.ini || return
install:
- composer install
before_script:
- cp .env.testing .env
- composer install --no-interaction
script:
- vendor/bin/phpunit