Skip to content

Commit 75e85a4

Browse files
authored
Merge pull request #45 from ashnazg/testing
prep for v1.8.0
2 parents a198474 + dcf5c84 commit 75e85a4

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

.travis.yml

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
language: php
2-
install:
3-
- pear install package.xml
2+
sudo: false
43
php:
5-
- 5.4.44
4+
- 5.4
65
- 5.5
76
- 5.6
87
- 7.0
98
- 7.1
109
- nightly
11-
script: pear run-tests -d tests/
10+
install:
11+
- pear channel-update pear.php.net
12+
- pear list
13+
- pear upgrade --force pear/pear
14+
- pear list
15+
- pear upgrade xml_util
16+
- pear install package.xml
17+
- pear list
18+
script:
19+
- pear run-tests -d tests/

package.xml

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<package packagerversion="1.7.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
3-
http://pear.php.net/dtd/tasks-1.0.xsd
4-
http://pear.php.net/dtd/package-2.0
5-
http://pear.php.net/dtd/package-2.0.xsd">
2+
<package packagerversion="1.7.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
63
<name>Net_SMTP</name>
74
<channel>pear.php.net</channel>
85
<summary>An implementation of the SMTP protocol</summary>
@@ -19,19 +16,19 @@
1916
<email>[email protected]</email>
2017
<active>yes</active>
2118
</lead>
22-
<date>2017-01-14</date>
23-
<time>00:00:00</time>
19+
<date>2017-04-06</date>
2420
<version>
25-
<release>1.7.3</release>
21+
<release>1.8.0</release>
2622
<api>1.3.0</api>
2723
</version>
2824
<stability>
2925
<release>stable</release>
3026
<api>stable</api>
3127
</stability>
3228
<license uri="https://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
33-
<notes>- Fix MIME boundary size calculation (#34)
34-
- Workaround E_DEPRECATED warning on Auth_SASL::factory() call (#29)
29+
<notes>
30+
* Set minimum PEAR version to 1.10.1
31+
* Change license to BSD-2 Clause
3532
</notes>
3633
<contents>
3734
<dir baseinstalldir="/" name="/">
@@ -57,7 +54,7 @@
5754
<min>5.4.0</min>
5855
</php>
5956
<pearinstaller>
60-
<min>1.4.3</min>
57+
<min>1.10.1</min>
6158
</pearinstaller>
6259
<package>
6360
<name>Net_Socket</name>

0 commit comments

Comments
 (0)