Skip to content

Commit

Permalink
set travis composer cache + update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptopcoder committed Jan 2, 2020
1 parent f7c3c56 commit e3446b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ script:
else
vendor/bin/phpunit;
fi

cache:
directories:
- vendor
- "$HOME/.composer/cache"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Google Auth Library for [Firebase PHP](https://github.com/firebase-php/firebase-php)

[![Build Status](https://travis-ci.org/firebase-php/google-auth-library-php.svg?branch=master)](https://travis-ci.org/firebase-php/google-auth-library-php)

> This is a fork from [Google Auth Library for PHP](https://github.com/googleapis/google-auth-library-php) which is internally used in [Firebase PHP](https://github.com/firebase-php/firebase-php)
### What's changed
Expand Down

0 comments on commit e3446b2

Please sign in to comment.