mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-07-18 14:41:13 +02:00
update travis ci config
This commit is contained in:
@@ -11,18 +11,12 @@ addons:
|
|||||||
code_climate:
|
code_climate:
|
||||||
repo_token: 486a09d58d663450146c53c81c6c64938bcf3bb0b7c8ddebdc125fe97c18213a
|
repo_token: 486a09d58d663450146c53c81c6c64938bcf3bb0b7c8ddebdc125fe97c18213a
|
||||||
|
|
||||||
# cache vendor dirs
|
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- vendor
|
|
||||||
- $HOME/.composer/cache
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -y p7zip-full
|
- sudo apt-get install -y p7zip-full
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- composer validate --no-check-lock
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- composer validate --no-check-lock
|
|
||||||
- vendor/bin/phpunit -v -c bootstrap.xml
|
- vendor/bin/phpunit -v -c bootstrap.xml
|
Reference in New Issue
Block a user