commit 6ff5ad1edd5a29876615b9add2f0762e6c71af2e
parent 25b55b2b400f4f8ce4b641faad1f8a3aaebef43f
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Tue, 13 Oct 2015 00:14:02 +0200
Update .travis.yml
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -3,6 +3,7 @@ language: php
php:
- 5.6
- 7.0
+ - hhvm
#RequireDB
env:
- DB=mysqli
@@ -10,6 +11,7 @@ env:
matrix:
allow_failures:
- php: 7.0
+ - php: hhvm
#Create Database
before_script:
- wget https://phar.phpunit.de/phpunit.phar