We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c28570 commit 63b161eCopy full SHA for 63b161e
.travis.yml
@@ -1,11 +1,11 @@
1
language: php
2
3
php:
4
- - 5.4
5
- - 5.5
6
- - 5.6
+# - 5.4
+# - 5.5
+# - 5.6
7
- 7
8
- - hhvm
+# - hhvm
9
10
sudo: false
11
tests/JWTTest.php
@@ -241,7 +241,7 @@ public function testEmptyKeyFails()
241
public function testRSEncodeDecode()
242
{
243
$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
+ //'config'=>'C:/wamp64/bin/apache/apache2.4.27/conf/openssl.cnf',//Remove this line when test on travis-ci.org
245
'digest_alg' => 'sha512',
246
'private_key_bits' => 4096,
247
'private_key_type' => OPENSSL_KEYTYPE_RSA));
0 commit comments