1
0
Fork 0

Cache vendor dir on Travis

pull/85/head
Felix Becker 2016-10-14 09:08:40 +02:00
parent 1e6917ef55
commit 3290ec31b2
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ language: php
php: php:
- '7.0' - '7.0'
cache:
directories:
- vendor
install: install:
- composer install - composer install