Skip to content

Commit 8e17369

Browse files
committed
Drop test for php 5.4 and update README with badges
1 parent a5584b4 commit 8e17369

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ matrix:
1414
# Minimum supported dependencies with the latest and oldest PHP version
1515
- php: 7.2
1616
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
17-
- php: 5.4
17+
- php: 5.5
1818
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
1919

2020
# Test the latest stable release
21-
- php: 5.4
2221
- php: 5.5
2322
- php: 5.6
2423
- php: 7.0

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SwiftmailerSendGridBundle
22

3+
[![Latest Version](https://img.shields.io/github/release/expertcoder/SwiftmailerSendGridBundle.svg?style=flat-square)](https://github.com/janephp/janephp/releases)
4+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
5+
[![Build Status](https://img.shields.io/travis/expertcoder/SwiftmailerSendGridBundle.svg?style=flat-square)](https://travis-ci.org/expertcoder/SwiftmailerSendGridBundle)
6+
37
Symfony 2/3 bundle for SendGrid. Utilizes the SendGrid PHP Library https://github.com/sendgrid/sendgrid-php
48
to make it compatiable with SwiftMailer.
59

0 commit comments

Comments
 (0)