Updated Travis-CI

This commit is contained in:
kolaente 2016-07-27 11:41:16 +02:00
parent a07da1e061
commit 661b88f6bc
2 changed files with 4 additions and 1 deletions

View File

@ -3,4 +3,5 @@ php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.0'
script: phpunit lang.class.php

View File

@ -1,5 +1,7 @@
<?php
namespace lang;
class lang
{
private $lang;