Skip to content

Commit e86890f

Browse files
authored
Merge pull request #5 from movemove-io/Deploy/Travis_safelist
Allow branches
2 parents a5f521b + 1edb6b7 commit e86890f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1+
branches:
2+
only:
3+
- master
4+
- stable
5+
- develop
6+
17
language: php
28

39
php:
4-
- 7.2
5-
- 7.3
610
- 7.4
711

812
env:
913
- LARAVEL_VERSION=8.*
10-
- LARAVEL_VERSION=7.*
1114

1215
matrix:
1316
fast_finish: true

tests/DaDataBankTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function BankProvider() : array
6666
"payment_city" => "г Москва",
6767
"state" => [
6868
"status" => "ACTIVE",
69-
"actuality_date" => 1602547200000,
69+
"actuality_date" => 1602633600000,
7070
"registration_date" => 677376000000,
7171
"liquidation_date" => null,
7272
],

0 commit comments

Comments
 (0)