Skip to content

Commit

Permalink
test cache travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SOLenG committed Jan 6, 2016
1 parent 75b7e31 commit a540fa1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ language: php
sudo: false

cache:
bundler: true
directories:
- ~/.composer/cache

env:
secure: b03781d1ae8b937322c57340f24aa22a6493f46f

before_script:
- composer config -g github-oauth.github.com $GITHUB_TOKEN
- composer self-update
- composer install

matrix:
include:
- env: MONGO=2.6.5.5
Expand Down

0 comments on commit a540fa1

Please sign in to comment.