From a4c3389fa1b8bb1c53888bd8dbb3ac9316453597 Mon Sep 17 00:00:00 2001 From: sikofitt Date: Wed, 20 Jul 2016 11:13:28 -0700 Subject: [PATCH] Added travis and more tests --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8579e47..433b86c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,6 @@ php: - '7.0' - hhvm - nightly +install: + - composer install --dev + \ No newline at end of file