From 661b88f6bc0f701d6ec592d370555a81e4a8ed2f Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 27 Jul 2016 11:41:16 +0200 Subject: [PATCH] Updated Travis-CI --- .travis.yml | 3 ++- lang.class.php | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b195698..60867aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ php: - '5.4' - '5.5' - '5.6' - - '7.0' \ No newline at end of file + - '7.0' +script: phpunit lang.class.php \ No newline at end of file diff --git a/lang.class.php b/lang.class.php index 6f561c3..769ba3d 100644 --- a/lang.class.php +++ b/lang.class.php @@ -1,5 +1,7 @@