Travis: Allow failures for tests on non-SQLite RDBMS, disable SLC tests#6903
Travis: Allow failures for tests on non-SQLite RDBMS, disable SLC tests#6903Majkl578 merged 2 commits intodoctrine:masterfrom
Conversation
|
This now fails on PHPStan check due to errors in code - void return returns, LSP violations. |
.travis.yml
Outdated
| # | ||
| # - stage: Test | ||
| # env: DB=mysql MYSQL_VERSION=5.7 | ||
| # php: 7.1 |
There was a problem hiding this comment.
Didn't we remove PHP 7.1 from develop?
There was a problem hiding this comment.
Yes, but @guilhermeblanco lost that commit during recent rebase. We should re-apply it.
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "^6.0" | ||
| "phpunit/phpunit": "^6.5" |
There was a problem hiding this comment.
Let's bump this on master? Pleaaaaaase!!!
96dcde9 to
d90a810
Compare
19c55f8 to
d268de7
Compare
d268de7 to
0663051
Compare
0663051 to
0fe26ca
Compare
0fe26ca to
c3431ef
Compare
|
Although I'm not a fan of this approach in particular, I'll merge it as is so we can at least get relevant CI output for basic tests + Code Quality for the time being. We already got some bugs slipped through... Fixing SLC and non-SQLite tests will require additional effort at later stage. Hopefully we'll be able to re-enable those soon. |
c3431ef to
68c0357
Compare
68c0357 to
13f173a
Compare
Disable everything except SQLite on SLC=0. Because these simply don't work in develop at this stage. Also silent b0rked embedded.
Trying to make CI at least a bit useful for now.
Also bumbed PHPUnit version, older were was confused by Generator.