Skip to content

Commit

Permalink
Added travis.yml and codecov badge for all our libs (#99)
Browse files Browse the repository at this point in the history
* Fetch build data from remote server

* Added travis.yml and codecov badge for all our libs
  • Loading branch information
Nyholm authored Oct 17, 2016
1 parent 8f21c98 commit 2040282
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: php
sudo: false

matrix:
include:
- php: 7.0

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

install:
- composer update

script:
- ./vendor/bin/phpunit --coverage-clover=coverage.xml

after_success:
- pip install --user codecov && codecov

notifications:
email: false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Filesystem PSR-6 Cache pool
[![Gitter](https://badges.gitter.im/php-cache/cache.svg)](https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Latest Stable Version](https://poser.pugx.org/cache/filesystem-adapter/v/stable)](https://packagist.org/packages/cache/filesystem-adapter)
[![codecov.io](https://codecov.io/github/php-cache/filesystem-adapter/coverage.svg?branch=master)](https://codecov.io/github/php-cache/filesystem-adapter?branch=master)
[![Total Downloads](https://poser.pugx.org/cache/filesystem-adapter/downloads)](https://packagist.org/packages/cache/filesystem-adapter)
[![Monthly Downloads](https://poser.pugx.org/cache/filesystem-adapter/d/monthly.png)](https://packagist.org/packages/cache/filesystem-adapter)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
Expand Down

0 comments on commit 2040282

Please sign in to comment.