Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test with SQLite first to get first results faster
  • Loading branch information
garas committed Nov 23, 2018
1 parent 2e1fc85 commit 41cd064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,9 +11,9 @@ dist: trusty

env:
matrix:
- DB=sqlite db_dsn='sqlite:///:memory:'
- DB=mysql db_dsn='mysql://root@127.0.0.1/cakephp_test?init[]=SET sql_mode = "STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"'
- DB=pgsql db_dsn='postgres://postgres@127.0.0.1/cakephp_test'
- DB=sqlite db_dsn='sqlite:///:memory:'
global:
- DEFAULT=1
- CODECOVERAGE=0
Expand Down

0 comments on commit 41cd064

Please sign in to comment.