Skip to content

Commit e3446b2

Browse files
committed
set travis composer cache + update readme
1 parent f7c3c56 commit e3446b2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ script:
5858
else
5959
vendor/bin/phpunit;
6060
fi
61+
62+
cache:
63+
directories:
64+
- vendor
65+
- "$HOME/.composer/cache"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Google Auth Library for [Firebase PHP](https://github.com/firebase-php/firebase-php)
22

3+
[![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)
4+
35
> 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)
46
57
### What's changed

0 commit comments

Comments
 (0)