mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-07-18 06:31:13 +02:00
update travis config
This commit is contained in:
@@ -5,6 +5,7 @@ php:
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
- '7.3'
|
||||
- nightly
|
||||
|
||||
# cache vendor dirs
|
||||
@@ -15,7 +16,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
|
||||
|
Reference in New Issue
Block a user