summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/.travis.yml')
-rw-r--r--Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/.travis.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/.travis.yml b/Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/.travis.yml
deleted file mode 100644
index c222a38..0000000
--- a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/.travis.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-language: php
-
-before_script:
-- composer install
-- "./test/prism.sh &"
-- sleep 60
-- cd test
-
-script:
-- "../vendor/bin/phpunit . --filter test*"
-
-after_script:
-- cd ../
-after_success:
-- bash <(curl -s https://codecov.io/bash)
-
-php:
-- 5.6
-- 7.0
-- 7.1
-- 7.2
-- 7.3
-
-notifications:
- hipchat:
- rooms:
- secure: l4RUOBY44kVhSxx54NU3cmvn598rRMB7Y272Ct/W0fBm1tdGncp42A/rwg7JkiZH9EWXs3tKtoSjqw5xT6QeScUGQDdykS5QVO8lEIkDRGD4WwQ3VDJmRy1+04WtgqFEK8SyYTCcCl4ZJ0rtOcJZgDMvigkOJuLxwGXTDuvfu1k=
- template:
- - '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository}
- Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
- <a href="https://github.com/%{repository}/commits/%{commit}">View on GitHub</a>'
- format: html
- notify: true