Skip to content

Commit

Permalink
debug failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 committed Jan 28, 2019
1 parent 711f66f commit 9bca0f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ platform:
clone_folder: c:\projects\workspace

environment:
APPVEYOR_RDP_PASSWORD: Te%tt%est123
matrix:
- dependencies: highest
php_ver_target: 7.2
Expand Down Expand Up @@ -46,3 +47,7 @@ install:
test_script:
- cd c:\projects\workspace
- vendor\bin\phpunit

on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

2 changes: 1 addition & 1 deletion src/Languages/En.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function parse(int $number): array
$number = -$number;
}

do {
do {
$key = key($this->numberMapping);

if ($number < $key) {
Expand Down

0 comments on commit 9bca0f4

Please sign in to comment.