Skip to content

Commit

Permalink
Adding cache for test
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromdev committed Feb 27, 2017
1 parent cec4c31 commit 2cc561c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ language: php

php:
- '5.6'

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

before_install:
- travis_retry composer self-update
Expand Down

0 comments on commit 2cc561c

Please sign in to comment.