Skip to content

Commit

Permalink
Fix travis testing
Browse files Browse the repository at this point in the history
back to dev
  • Loading branch information
robrichards committed Nov 6, 2019
1 parent 0a53d3c commit 139d16f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ matrix:
fast_finish: true
include:
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
env:
- EXECUTE_COVERAGE=true
- php: 7.0.27
dist: trusty
- php: 7.1
dist: trusty
- php: 7.2
- php: 7.3
env:
- EXECUTE_COVERAGE=true
allow_failures:
- php: hhvm

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
xmlseclibs.php
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
??, ??? 2018, 3.0.5-dev

06, Nov 2019, 3.0.4
Security Improvements:
- Insure only a single SignedInfo element exists within a signature during
Expand Down
2 changes: 1 addition & 1 deletion xmlseclibs.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @author Robert Richards <[email protected]>
* @copyright 2007-2019 Robert Richards <[email protected]>
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version 3.0.4
* @version 3.0.5-dev
*/

$xmlseclibs_srcdir = dirname(__FILE__) . '/src/';
Expand Down

0 comments on commit 139d16f

Please sign in to comment.