Skip to content

Commit 41b36e9

Browse files
committed
base
1 parent 2d3d7e9 commit 41b36e9

23 files changed

+656
-4
lines changed

.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
composer.phar
22
/vendor/
3-
4-
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
5-
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
6-
# composer.lock
3+
composer.lock

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
php:
3+
- 5.6
4+
- 7.0
5+
- 7.1
6+
7+
install:
8+
- composer install

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# MailjetSwiftMailer
22
A SwiftMailer transport implementation for Mailjet
3+
4+
🚧 **WORK IN PROGRESS...** 🚧
5+
6+
7+
## Execute Tests
8+
9+
vendor/bin/phpunit -c .

0 commit comments

Comments
 (0)