added hidden files

This commit is contained in:
Антон Н. Николаев
2020-12-01 17:00:09 +03:00
parent a17abb9fbb
commit da4a855bfd
2 changed files with 43 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/vendor/
.idea
composer.lock
/build/
phpunit.xml
lsp
+36
View File
@@ -0,0 +1,36 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
matrix:
fast_finish: true
include:
- php: 5.3
dist: precise
- php: 5.4
dist: precise
- php: 5.5
dist: trusty
cache:
directories:
- $HOME/.composer
before_install:
- composer self-update
- composer clear-cache
install:
composer update --no-interaction --no-ansi --optimize-autoloader --prefer-dist
script:
- php vendor/bin/phpunit
# after_success:
# - travis_retry php vendor/bin/php-coveralls