Skip to content

Commit 44a2c4c

Browse files
authored
Add support for HHVM (#12)
* Run tests on HHVM * Update README.md
1 parent d4cef0a commit 44a2c4c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

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

33
php:
4-
- '7.0'
5-
- '7.1'
6-
- '7.2'
4+
- 7.0
5+
- 7.1
6+
- 7.2
7+
- hhvm
78

89
install: composer install --no-interaction --classmap-authoritative
910

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/Ekman/Luhn-Algorithm.svg?branch=master)](https://travis-ci.org/Ekman/Luhn-Algorithm)
44

5-
This is an implementation of the Luhn Algorithm in PHP. The Luhn Algorithm is
5+
This is an implementation of the Luhn Algorithm for PHP and HHVM. The Luhn Algorithm is
66
used to validate things like credit cards and national identification numbers.
77
More information on the algorithm can be found at [Wikipedia](http://en.wikipedia.org/wiki/Luhn_algorithm).
88

0 commit comments

Comments
 (0)