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

Merge tag '3.1.11' into develop

Tagging hotfix 3.1.11 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.0'
- '7.1' - '7.1'
- '7.2' - '7.2'
- nightly - '7.3'
# cache vendor dirs # cache vendor dirs
cache: cache:
@@ -15,7 +15,7 @@ cache:
install: install:
- travis_retry composer self-update && composer --version - travis_retry composer self-update && composer --version
- travis_retry composer install --prefer-dist --no-interaction - travis_retry composer install --no-interaction
before_script: before_script:
- sudo apt-get install p7zip-full - sudo apt-get install p7zip-full