From f6cf9507b256af283ae4180ebc8d0eb37d44cbda Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Tue, 24 Jul 2018 01:03:39 +0200 Subject: [PATCH] * [MOD] Setup Travis CI for PHP 7.0 & 7.1 code testing * [ADD] Added build status badge --- .travis.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f2e69e64..77988883 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: false php: - '7.0' - '7.1' - - '7.2' +# - '7.2' before_script: - composer self-update diff --git a/README.md b/README.md index 86cf300b..2ab1490f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ## #sysPass - Systems Password Manager -[![Join the chat at https://gitter.im/sysPass/Lobby](https://badges.gitter.im/sysPass/Lobby.svg)](https://gitter.im/sysPass/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Build Status](https://travis-ci.org/nuxsmin/sysPass.svg?branch=devel-3.0)](https://travis-ci.org/nuxsmin/sysPass) [![Join the chat at https://gitter.im/sysPass/Lobby](https://badges.gitter.im/sysPass/Lobby.svg)](https://gitter.im/sysPass/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + ----------------