From 0819fd764ca19ab880b8d9ed7a95ae4910f98f20 Mon Sep 17 00:00:00 2001 From: oscarotero Date: Sun, 8 May 2016 19:14:32 +0200 Subject: [PATCH] updated license year, fixed travis badge --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index c811c59..01954d5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Oscar Otero Marzoa +Copyright (c) 2016 Oscar Otero Marzoa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index efed158..04048d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # env -[![Build Status](https://travis-ci.org/oscarotero/psr7-middlewares.svg)](https://travis-ci.org/oscarotero/psr7-middlewares) +[![Build Status](https://travis-ci.org/oscarotero/env.svg)](https://travis-ci.org/oscarotero/env) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/oscarotero/env/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/oscarotero/env/?branch=master) Simple library to get environment variables converted to simple types.