From 7a60774ec2267618c6b3c0ee99d201ca2cea79b0 Mon Sep 17 00:00:00 2001 From: Junade Ali Date: Mon, 4 Sep 2017 19:37:01 +0100 Subject: [PATCH] COM-40 :: Add Travis preview button and remove nightly from build --- .travis.yml | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8cdff83..c69e7dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: php php: - 7.0 - 7.1 - - nightly before_install: - composer self-update diff --git a/README.md b/README.md index d250f2f..4334ed9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Cloudflare SDK (v4 API Binding for PHP 7) +[![Build Status](https://travis-ci.org/cloudflare/cloudflare-php.svg?branch=master)](https://travis-ci.org/cloudflare/cloudflare-php) + ## Installation The recommended way to install this package is via the Packagist Dependency Manager.