1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 22:54:03 +00:00
Commit graph

14 commits

Author SHA1 Message Date
Samuel Štancl
dc30354699
Dockerize phpunit (#66) 2019-07-12 21:44:26 +02:00
Samuel Štancl
1b6759084f
Add Predis support (#59)
* wip

* Add Predis support

* Enable phpredis extension only for some builds

* Add note about phpredis

* Fix if command

* Revert travis changes & add a version check to predis tests
2019-07-03 14:48:55 +02:00
Samuel Štancl
337a622fcb
Use php 7.2 instead of 7.1 2019-02-27 20:25:02 +01:00
Samuel Štancl
78fd7d43f6
Add 5.8 support (#33) 2019-02-27 18:22:34 +01:00
Samuel Štancl
3ebae91605 Remove branches from .travis.yml 2019-02-09 16:31:22 +01:00
Samuel Štancl
c53a05cff4
Make database creation queueable (#17)
* SOLIDify database creation

* Return the result of fclose in SQLiteDBCreator

* Make database creation queueable

* Add DatabaseCreationTest

* Make comment more descriptive [ci skip]

* Add composer script to copy .env.example to .env

* Minor tweaks

* Fix env section

* Fix DB_PASSWORD for Travis
2019-02-07 18:12:24 +01:00
Samuel Štancl
6bb18a2b95
Fix Travis, add docs for generating HTTPS certificates (#19) 2019-02-07 15:26:42 +01:00
Samuel Štancl
79e3be78ff Add Codecov token 2019-02-02 00:12:08 +01:00
Samuel Štancl
e251a2b884 Remove HelloWorldTest 2019-02-02 00:10:16 +01:00
Samuel Štancl
6b57d20c9b Add Codecov support 2019-02-01 23:59:08 +01:00
Samuel Štancl
5caec784bf Remove unnecessary --dev flag 2019-02-01 23:28:42 +01:00
Samuel Štancl
80da9e1cf5 Remove --prefer-source flag 2019-02-01 23:19:05 +01:00
Samuel Štancl
6c5d9aa441 Add install section to .travis.yml 2019-02-01 23:15:01 +01:00
Samuel Štancl
999507fe42 Begin work on tests 2019-02-01 22:47:10 +01:00