mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-08-02 12:14:54 +02:00
fix travis
This commit is contained in:
parent
695bb7c694
commit
d609774b97
6 changed files with 11 additions and 39 deletions
|
|
@ -4,8 +4,12 @@ php:
|
|||
- '7.0'
|
||||
- '7.1'
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache/files
|
||||
|
||||
install:
|
||||
- composer install --dev --no-interaction
|
||||
- composer install --no-interaction
|
||||
|
||||
script:
|
||||
- cd tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue