Skip to content

Commit 1980cef

Browse files
committed
Try build on hhvm-nightly
1 parent 83e873a commit 1980cef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7-
- hhvm
7+
- hhvm-nightly
88

99
before_script:
1010
- composer install --dev

tests/IconvTranscoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testTranscodeIllegalCharacter()
3535
public function testTranscode($string, $encoding)
3636
{
3737
$result = $this->transcoder->transcode($string, null, $encoding);
38-
$this->transcoder->transcode($result, $encoding);
38+
$this->assertEquals($string, $this->transcoder->transcode($result, $encoding));
3939
}
4040

4141
public function getStrings()

0 commit comments

Comments
 (0)