Commit inicial

This commit is contained in:
2024-08-02 12:00:57 -06:00
commit 4489b65e04
246 changed files with 83097 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
language: php
php:
- 5.4
- 5.6
- 7
- 7.1
- 7.2
notifications:
email: false
dist: trusty
addons:
postgresql: "9.6"
before_script:
- psql -c 'CREATE DATABASE test;' -U postgres
- composer install
script: composer test && composer lint