0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 18:03:04 +02:00
Commit Graph

64 Commits

Author SHA1 Message Date
江不知
3cd175abaf Fix the problem about travis-ci. (#1848) 2019-09-27 18:14:06 +02:00
Marcus Bointon
b8e6a92d41
Drop PHP 5.5 from CI config as it's no longer supported by Travis-CI 2019-08-02 22:30:58 +02:00
Andrey Bolonin
82a578e942 add php 7.4snapshot (#1779) 2019-07-14 14:08:12 +01:00
Marcus Bointon
522e4c14eb
Use current PHP for code coverage 2019-02-15 09:47:15 +01:00
Marcus Bointon
9a5e333b24
Allow nightly and hhvm failures 2019-02-15 09:45:57 +01:00
Andrey Bolonin
b94193c039 add php 7.3 to travis (#1589) 2018-10-30 08:36:21 +01:00
Marcus Bointon
cb3ea134d4
6.0.5 2018-03-27 15:49:45 +02:00
Filippo Tessarotto
54943068be Travis: fix cache dir (#1164)
* Travis: fix cache detection

* On Travis be verbose about tests
2017-09-15 11:33:27 +02:00
Filippo Tessarotto
992392437c Tests improvements (#1162)
* Move tests to proper namespace; enforce signatures

* Travis stages, check coding-standard before tests

* Test against PHP 7.2

* CS Fix

* Remove php-cs-fixer on test builds

* Travis: remove phpdocumentor/phpdocumentor from builds

* Allow PHPUnit 5
2017-09-14 18:47:12 +02:00
Filippo Tessarotto
dc54e2b93c Show debug log only when tests fail (#1161) 2017-09-14 15:56:04 +02:00
Filippo Tessarotto
8550acd0e4 Add PHP-CS-Fixer integration (#1148)
* Add PHP-CS-Fixer checks

* Remove composer.lock to early catch FC break on CI

* Travis: cache dependencies

* Enable code-coverage only for latest build

* Remove Symfony-specific PHP-Doc rules

* Apply coding-standards fix
2017-09-14 12:29:03 +02:00
Marcus Bointon
1003010d93
Workaround for broken default HHVM config on Travis-CI (https://github.com/travis-ci/travis-ci/issues/7712) 2017-05-14 21:38:40 +02:00
Marcus Bointon
5175bdabe9
Allow HHVM build failures until Travis fixes it 2017-05-12 13:47:27 +02:00
Marcus Bointon
8f58d8d494
Travis tweaks, don't update packages on test 2017-03-15 19:06:51 +01:00
Marcus Bointon
993b100afd
Ensure composer packages are installed 2017-03-15 12:34:39 +01:00
Marcus Bointon
ca9ced078c
Fix phpunit path 2017-03-15 12:22:28 +01:00
Marcus Bointon
adeb6bdd25
Fix phpunit path 2017-03-15 12:17:05 +01:00
Marcus Bointon
aabe7fc692
Restore deleted line 2017-03-15 11:57:56 +01:00
Marcus Bointon
c9a06f1558
Fix phpunit path 2017-03-15 11:51:40 +01:00
Marcus Bointon
b50ac0d2dc
Use phpunit from composer, not travis default 2017-03-14 18:49:37 +01:00
Marcus Bointon
c3aba6d974
Test suite now works on HHVM on Travis-CI 2017-03-02 16:09:45 +01:00
Marcus Bointon
e302e17092
Test suite now works on HHVM on Travis-CI 2017-03-02 15:31:12 +01:00
Marcus Bointon
5b831f7ae7
Avoid HHVM problem with .ini location 2017-03-02 15:01:03 +01:00
Marcus Bointon
a910ebabac
Merge branch 'master' into 6.0
# Conflicts:
#	src/PHPMailer.php
2016-10-24 12:46:07 +02:00
Johannes Tveitan
f622e80372 Added support for php 7.1 in .travis.yml (#863) 2016-10-20 19:47:18 +02:00
Marcus
33f82ab517 Merge branch 'master' into 5.4
Bump version to 5.5
Clean up code generator
# Conflicts:
#	README.md
#	examples/send_file_upload.phps
#	src/SMTP.php
#	test/phpmailerTest.php
2016-04-07 10:52:37 +02:00
Synchro
bcfd59bc6f PHPUnit tweaks 2015-11-11 18:13:28 +01:00
Synchro
ea1c3b1b0e PHPUnit tweaks 2015-11-11 18:11:34 +01:00
Synchro
2101e1654b PHPUnit tweaks 2015-11-11 18:04:02 +01:00
Synchro
1baa71ae58 PHPUnit tweaks 2015-11-11 17:37:53 +01:00
Synchro
be760f6551 PHPUnit tweaks 2015-11-11 17:31:50 +01:00
Synchro
758eb3fe8e Travis & PHPUnit tweaks 2015-11-10 19:38:14 +01:00
Synchro
a0407c6630 Travis & PHPUnit tweaks 2015-11-10 19:09:08 +01:00
Synchro
75dd5453b2 Travis & PHPUnit tweaks 2015-11-10 15:31:23 +01:00
Synchro
12805da50a Travis & PHPUnit tweaks 2015-11-10 15:17:46 +01:00
Synchro
a139b96368 Tell Travis to install composer packages 2015-11-10 14:44:38 +01:00
Synchro
9b3e13dc14 First draft of 5.4 2015-11-09 19:09:13 +01:00
Synchro
adea5c6d60 Fix travis config for PHP 7 2015-05-07 00:41:48 +02:00
Synchro
3e5a2004d7 Clean up 2015-05-07 00:33:12 +02:00
Synchro
a505182036 Annoying yaml escaping 2015-05-06 23:46:21 +02:00
Synchro
5a6cab2946 Annoying yaml escaping 2015-05-06 23:24:35 +02:00
Synchro
74c172b379 Annoying yaml escaping 2015-05-06 22:57:43 +02:00
Synchro
f2b21f0288 Alternative way of getting path to ini files 2015-05-06 21:46:18 +02:00
Synchro
409fa96ce8 Probe travis config 2015-05-06 20:23:40 +02:00
Synchro
1f01bb3013 Probe travis config 2015-05-06 19:19:33 +02:00
Tomáš Votruba
cb2d3cb8d5 travis: PHP 7.0 nightly added
+ syntax fix to 2 spaces
2015-03-02 16:15:23 +01:00
Tobias Nyholm
78adc4766a Added PHP 5.6 and HHVM to travis.yml 2014-07-09 21:47:51 +02:00
Elan Ruusamäe
d4e8f4305a use PHP_VERSION constant
less shellcode, just use PHP_VERSION constant

http://www.php.net//manual/en/reserved.constants.php
2014-06-13 12:15:05 +03:00
Synchro
463cc29548 Remove typo 2014-05-02 18:57:39 +02:00
Synchro
f7ca20f2f4 Don't do hhvm for now! 2014-05-01 11:59:03 +02:00