From 7aabf81a8bad65cf2d9113aa59da4cbb5ee75084 Mon Sep 17 00:00:00 2001 From: Vladimir Chernyshev Date: Sun, 22 Oct 2017 13:57:29 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1239d06..22ed832 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ install: - composer update $COMPOSER_OPTS script: - - phpunit tests + - vendor/bin/phpunit