1 Star 1 Fork 1

苦行 / swiftmailer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 551 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fabien Potencier 提交于 2016-05-11 07:38 . Merge branch '5.x'
language: php
sudo: false
before_script:
- cp tests/acceptance.conf.php.default tests/acceptance.conf.php
- cp tests/smoke.conf.php.default tests/smoke.conf.php
- composer self-update
- composer update --no-interaction --prefer-source
- gem install mime-types -v 2.99.1
- gem install mailcatcher
- mailcatcher --smtp-port 4456
script:
- phpunit --verbose
matrix:
include:
- php: 5.5
- php: 5.6
- php: 7.0
- php: hhvm
allow_failures:
- php: hhvm
fast_finish: true
PHP
1
https://gitee.com/qingxiaofee/swiftmailer.git
git@gitee.com:qingxiaofee/swiftmailer.git
qingxiaofee
swiftmailer
swiftmailer
master

搜索帮助