From c7e45a3f7ca0b8319e82a2ac56306c1c9a8177e3 Mon Sep 17 00:00:00 2001 From: Artur Moczulski Date: Tue, 17 Apr 2018 10:45:00 +0000 Subject: [PATCH] Use composer test in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 251ddf1..442254f 100755 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: script: - php -v - - composer test + - php composer.phar test after_success: - bash <(curl -s https://codecov.io/bash)