Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 17f8c53

Browse files
committed
Merge branch 'hotfix/60'
Close #60
2 parents 1a622e3 + 5cbf7cb commit 17f8c53

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,16 @@ matrix:
6262
- php: 7.1
6363
env:
6464
- DEPS=latest
65-
- php: hhvm
65+
- php: nightly
66+
env:
67+
- DEPS=lowest
68+
- php: nightly
69+
env:
70+
- DEPS=locked
71+
- php: nightly
72+
env:
73+
- DEPS=latest
74+
- php: hhvm
6675
env:
6776
- DEPS=lowest
6877
- php: hhvm
@@ -73,6 +82,7 @@ matrix:
7382
- DEPS=latest
7483
allow_failures:
7584
- php: hhvm
85+
- php: nightly
7686

7787
notifications:
7888
irc: "irc.freenode.org#zftalk.dev"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#60](https://github.com/zendframework/zend-ldap/pull/60) Adds tests for nightly PHP-builds
1010

1111
### Deprecated
1212

0 commit comments

Comments
 (0)