1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-01 13:10:09 +02:00

Merge branch 'hotfix/3.1.11'

This commit is contained in:
Ne-Lexa
2019-03-13 15:41:56 +03:00
2 changed files with 8 additions and 2 deletions

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.travis.yml export-ignore
phpunit.xml export-ignore
tests export-ignore

View File

@@ -5,7 +5,7 @@ php:
- '7.0'
- '7.1'
- '7.2'
- nightly
- '7.3'
# cache vendor dirs
cache:
@@ -15,7 +15,7 @@ cache:
install:
- travis_retry composer self-update && composer --version
- travis_retry composer install --prefer-dist --no-interaction
- travis_retry composer install --no-interaction
before_script:
- sudo apt-get install p7zip-full