We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cef0a commit 44a2c4cCopy full SHA for 44a2c4c
.travis.yml
@@ -1,9 +1,10 @@
1
language: php
2
3
php:
4
- - '7.0'
5
- - '7.1'
6
- - '7.2'
+ - 7.0
+ - 7.1
+ - 7.2
7
+ - hhvm
8
9
install: composer install --no-interaction --classmap-authoritative
10
README.md
@@ -2,7 +2,7 @@
[](https://travis-ci.org/Ekman/Luhn-Algorithm)
-This is an implementation of the Luhn Algorithm in PHP. The Luhn Algorithm is
+This is an implementation of the Luhn Algorithm for PHP and HHVM. The Luhn Algorithm is
used to validate things like credit cards and national identification numbers.
More information on the algorithm can be found at [Wikipedia](http://en.wikipedia.org/wiki/Luhn_algorithm).
0 commit comments