Skip to content

Commit

Permalink
Merge pull request #45 from ashnazg/testing
Browse files Browse the repository at this point in the history
prep for v1.8.0
  • Loading branch information
ashnazg authored Apr 6, 2017
2 parents a198474 + dcf5c84 commit 75e85a4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
language: php
install:
- pear install package.xml
sudo: false
php:
- 5.4.44
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
script: pear run-tests -d tests/
install:
- pear channel-update pear.php.net
- pear list
- pear upgrade --force pear/pear
- pear list
- pear upgrade xml_util
- pear install package.xml
- pear list
script:
- pear run-tests -d tests/
17 changes: 7 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<name>Net_SMTP</name>
<channel>pear.php.net</channel>
<summary>An implementation of the SMTP protocol</summary>
Expand All @@ -19,19 +16,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2017-01-14</date>
<time>00:00:00</time>
<date>2017-04-06</date>
<version>
<release>1.7.3</release>
<release>1.8.0</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
<notes>- Fix MIME boundary size calculation (#34)
- Workaround E_DEPRECATED warning on Auth_SASL::factory() call (#29)
<notes>
* Set minimum PEAR version to 1.10.1
* Change license to BSD-2 Clause
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand All @@ -57,7 +54,7 @@
<min>5.4.0</min>
</php>
<pearinstaller>
<min>1.4.3</min>
<min>1.10.1</min>
</pearinstaller>
<package>
<name>Net_Socket</name>
Expand Down

0 comments on commit 75e85a4

Please sign in to comment.