Skip to content

Commit 072bb28

Browse files
committed
Merge pull request #490
2 parents 53b0602 + 06f05de commit 072bb28

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
22
php:
3+
- 7.1
34
- 7.0
45
- 5.6
56
- 5.5
@@ -32,10 +33,6 @@ before_script:
3233
- "./.travis.scripts/compile.sh"
3334
- mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
3435

35-
notifications:
36-
email:
37-
38-
3936
script:
4037
- make test
4138

tests/bson/bson-utcdatetime-005.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ foreach ($tests as $test) {
2222
--EXPECTF--
2323
object(MongoDB\BSON\UTCDateTime)#%d (%d) {
2424
["milliseconds"]=>
25-
string(13) "%d000"
25+
string(13) "%d"
2626
}
2727
object(MongoDB\BSON\UTCDateTime)#%d (%d) {
2828
["milliseconds"]=>

tests/bson/bson-utcdatetime-006.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ foreach ($tests as $test) {
2424
--EXPECTF--
2525
object(MongoDB\BSON\UTCDateTime)#%d (%d) {
2626
["milliseconds"]=>
27-
string(13) "%d000"
27+
string(13) "%d"
2828
}
2929
object(MongoDB\BSON\UTCDateTime)#%d (%d) {
3030
["milliseconds"]=>

0 commit comments

Comments
 (0)