From e3dc78f19c66584446e3f881d0a11a7586e9849e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Helfensd=C3=B6rfer?= Date: Wed, 11 Jan 2017 11:26:43 +0100 Subject: [PATCH] Added travis build badge to readme and php 7.1 to build matrix --- .travis.yml | 4 +--- README.md | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3fae8b1..64028c3 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,11 @@ language: php php: - - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm -sudo: false - before_script: - composer install diff --git a/README.md b/README.md index 310643f..53e51e4 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/VisualAppeal/PHP-Auto-Update.svg?branch=master)](https://travis-ci.org/VisualAppeal/PHP-Auto-Update) + With this library your users can automatically update their instance of your application to the newest version. I created it as a proof of concept and don't know if it is used somewhere. So please use this library with caution because it can potentially make your users software nonfunctional if something goes wrong. ## Installation