Skip to content

Commit 63b161e

Browse files
committed
Fix config openssl for travis-ci
1 parent 9c28570 commit 63b161e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
4+
# - 5.4
5+
# - 5.5
6+
# - 5.6
77
- 7
8-
- hhvm
8+
# - hhvm
99

1010
sudo: false
1111

tests/JWTTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public function testEmptyKeyFails()
241241
public function testRSEncodeDecode()
242242
{
243243
$privKey = openssl_pkey_new(array(
244-
'config'=>'C:/wamp64/bin/apache/apache2.4.27/conf/openssl.cnf',//Remove this line when test on travis-ci.org
244+
//'config'=>'C:/wamp64/bin/apache/apache2.4.27/conf/openssl.cnf',//Remove this line when test on travis-ci.org
245245
'digest_alg' => 'sha512',
246246
'private_key_bits' => 4096,
247247
'private_key_type' => OPENSSL_KEYTYPE_RSA));

0 commit comments

Comments
 (0)