Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
Travis cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvargiu committed Aug 29, 2017
1 parent 41630a3 commit d9fd907
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ language: php

sudo: false

cache:
directories:
- $HOME/.composer/cache
- vendor
- $HOME/.local

matrix:
include:
- php: 5.6
Expand Down

0 comments on commit d9fd907

Please sign in to comment.